summaryrefslogtreecommitdiff
path: root/indra/llmessage/llhttpassetstorage.cpp
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-10-17 14:48:17 -0700
committercallum_linden <none@none>2014-10-17 14:48:17 -0700
commite4977efddb22cc76b8953a338e6575c7b1f3bbd8 (patch)
tree23cb7037b3083e9d9ddd04d1a0884b1d6fe3de94 /indra/llmessage/llhttpassetstorage.cpp
parent5f9b595fbef62ebe61c2e93cfc43066955d39f8a (diff)
Update to build on Xcode 6.0: removed unised const variables [-Wunused-const-variable]
Diffstat (limited to 'indra/llmessage/llhttpassetstorage.cpp')
-rwxr-xr-xindra/llmessage/llhttpassetstorage.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llmessage/llhttpassetstorage.cpp b/indra/llmessage/llhttpassetstorage.cpp
index a30140e8f3..e202154445 100755
--- a/indra/llmessage/llhttpassetstorage.cpp
+++ b/indra/llmessage/llhttpassetstorage.cpp
@@ -47,8 +47,7 @@
const char* const LOCAL_ASSET_URL_FORMAT = "http://%s:12041/asset";
const U32 MAX_RUNNING_REQUESTS = 1;
-const F32 MAX_PROCESSING_TIME = 0.005f;
-const S32 CURL_XFER_BUFFER_SIZE = 65536;
+
// Try for 30 minutes for now.
const F32 GET_URL_TO_FILE_TIMEOUT = 1800.0f;