MAINT-5507: Removed some no longer used static variables fro llcurl.cpp

master
Rider Linden 2015-09-14 16:43:36 -07:00
parent 196caf21a8
commit 5f7985f6a7
1 changed files with 0 additions and 5 deletions

View File

@ -72,11 +72,6 @@
// *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 //