From 33e275c99936272d952ef6d085c39da557c89e8b Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Thu, 27 Jun 2013 19:59:10 +0200 Subject: [PATCH] Temporary hack to easy the mesh connect timeout problem. --- indra/newview/llappviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 9b203f7ca..7dec8f34e 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -647,7 +647,7 @@ bool LLAppViewer::init() AIHTTPTimeoutPolicy policy_tmp( "CurlTimeout* Debug Settings", gSavedSettings.getU32("CurlTimeoutDNSLookup"), - gSavedSettings.getU32("CurlTimeoutConnect"), + /*gSavedSettings.getU32("CurlTimeoutConnect") Temporary HACK: 30 is the current max*/ 30, gSavedSettings.getU32("CurlTimeoutReplyDelay"), gSavedSettings.getU32("CurlTimeoutLowSpeedTime"), gSavedSettings.getU32("CurlTimeoutLowSpeedLimit"),