summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-03-24 10:00:30 -0700
committerRider Linden <none@none>2015-03-24 10:00:30 -0700
commit3c46c6bcf2afcac5e0d6f435480cbee5c3136f63 (patch)
tree3e870897af26f9fb7f84f4a267e5ddfb8e813dbc /indra/llmessage
parent1ac97766935ba50178fe379d3e7f02e6d2261819 (diff)
Boost unique_ptr into xmlrpc
Diffstat (limited to 'indra/llmessage')
-rwxr-xr-xindra/llmessage/llcurl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmessage/llcurl.cpp b/indra/llmessage/llcurl.cpp
index 0ba5bdc631..ef28a4d211 100755
--- a/indra/llmessage/llcurl.cpp
+++ b/indra/llmessage/llcurl.cpp
@@ -69,12 +69,14 @@
do this.
*/
+// *TODO: TSN remove the commented code from this file
//////////////////////////////////////////////////////////////////////////////
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;
// DEBUG //