diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-12-18 13:07:01 -0500 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-12-18 13:07:01 -0500 | 
| commit | cd710087817909a0a83289cd1ee6a39e5e9a1a5c (patch) | |
| tree | d53ce57384a560a13a8da8d9d7e3dc86d42f1a0c | |
| parent | 67c66a12ab0e169e9e1e86265ff57aa5aa758b2a (diff) | |
SH-3604 WIP - more frequent polling for retries
| -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 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())  		{ | 
