diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-27 15:17:31 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-27 15:17:31 -0500 |
commit | 41d3b428e1cfbaf8e21a335e1a9ee9a12ad46c33 (patch) | |
tree | 3c3b3af2d953cc7ed8128621ec0307281e74303a /indra | |
parent | 72412e1b42325c35c02aef43a87b8907ca591d1f (diff) |
Increase number of retries for requestServerAppearanceUpdate()
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llappearancemgr.cpp | 2 |
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() |