summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-12-18 13:07:01 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-12-18 13:07:01 -0500
commitcd710087817909a0a83289cd1ee6a39e5e9a1a5c (patch)
treed53ce57384a560a13a8da8d9d7e3dc86d42f1a0c /indra
parent67c66a12ab0e169e9e1e86265ff57aa5aa758b2a (diff)
SH-3604 WIP - more frequent polling for retries
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 4a484f3b85..8b4adc8785 100755
--- a/indra/newview/llappearancemgr.cpp
+++ b/indra/newview/llappearancemgr.cpp
@@ -175,7 +175,7 @@ public:
mFailCount(0),
mCompletionOrFailureCalled(false),
mRetryCount(0),
- LLEventTimer(retry_after)
+ LLEventTimer(5.0)
{
if (!mTrackingPhase.empty())
{