summaryrefslogtreecommitdiff
path: root/indra/llmessage/llcurl.cpp
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-03-23 17:17:45 -0700
committerRider Linden <none@none>2015-03-23 17:17:45 -0700
commit1ac97766935ba50178fe379d3e7f02e6d2261819 (patch)
tree9be743f727761708f37be2adce9d3317b6714325 /indra/llmessage/llcurl.cpp
parent782b9a324d61e4e7814d9f7ce09b50e792c51788 (diff)
MAX_ACTIVE_REQUEST_COUNT no longer used
Diffstat (limited to 'indra/llmessage/llcurl.cpp')
-rwxr-xr-xindra/llmessage/llcurl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llcurl.cpp b/indra/llmessage/llcurl.cpp
index 0080dd6138..0ba5bdc631 100755
--- a/indra/llmessage/llcurl.cpp
+++ b/indra/llmessage/llcurl.cpp
@@ -75,7 +75,7 @@ static const U32 EASY_HANDLE_POOL_SIZE = 5;
static const S32 MULTI_PERFORM_CALL_REPEAT = 5;
static const S32 CURL_REQUEST_TIMEOUT = 120; // seconds per operation
static const S32 CURL_CONNECT_TIMEOUT = 30; //seconds to wait for a connection
-static const S32 MAX_ACTIVE_REQUEST_COUNT = 100;
+//static const S32 MAX_ACTIVE_REQUEST_COUNT = 100;
// DEBUG //
S32 gCurlEasyCount = 0;