public WorkerRole() { ServicePointManager.DefaultConnectionLimit = 5000; // default settings only allows 2 concurrent requests per process to the same host ServicePointManager.UseNagleAlgorithm = false; // optimize...
No results found in other decks.