summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-02-27 15:17:31 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-02-27 15:17:31 -0500
commit41d3b428e1cfbaf8e21a335e1a9ee9a12ad46c33 (patch)
tree3c3b3af2d953cc7ed8128621ec0307281e74303a /indra
parent72412e1b42325c35c02aef43a87b8907ca591d1f (diff)
Increase number of retries for requestServerAppearanceUpdate()
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llappearancemgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp
index a87be17505..adfdb7d93d 100755
--- a/indra/newview/llappearancemgr.cpp
+++ b/indra/newview/llappearancemgr.cpp
@@ -3030,7 +3030,7 @@ class RequestAgentUpdateAppearanceResponder: public LLHTTPClient::Responder
public:
RequestAgentUpdateAppearanceResponder()
{
- mRetryPolicy = new LLAdaptiveRetryPolicy(1.0, 16.0, 2.0, 5);
+ mRetryPolicy = new LLAdaptiveRetryPolicy(1.0, 32.0, 2.0, 10);
}
virtual ~RequestAgentUpdateAppearanceResponder()