We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1eb714 commit 921856dCopy full SHA for 921856d
indra/newview/app_settings/settings.xml
@@ -4380,7 +4380,7 @@
4380
<key>Type</key>
4381
<string>F32</string>
4382
<key>Value</key>
4383
- <real>40.0</real>
+ <real>90.0</real>
4384
</map>
4385
<key>LogMessages</key>
4386
<map>
indra/newview/lllogininstance.cpp
@@ -62,7 +62,7 @@
62
63
const S32 LOGIN_MAX_RETRIES = 0; // Viewer should not autmatically retry login
64
const F32 LOGIN_SRV_TIMEOUT_MIN = 10;
65
-const F32 LOGIN_SRV_TIMEOUT_MAX = 120;
+const F32 LOGIN_SRV_TIMEOUT_MAX = 180;
66
const F32 LOGIN_DNS_TIMEOUT_FACTOR = 0.9; // make DNS wait shorter then retry time
67
68
class LLLoginInstance::Disposable {
0 commit comments