Skip to content

Commit 921856d

Browse files
committed
#4730 Extend login timeout
1 parent a1eb714 commit 921856d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

indra/newview/app_settings/settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4380,7 +4380,7 @@
43804380
<key>Type</key>
43814381
<string>F32</string>
43824382
<key>Value</key>
4383-
<real>40.0</real>
4383+
<real>90.0</real>
43844384
</map>
43854385
<key>LogMessages</key>
43864386
<map>

indra/newview/lllogininstance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
const S32 LOGIN_MAX_RETRIES = 0; // Viewer should not autmatically retry login
6464
const F32 LOGIN_SRV_TIMEOUT_MIN = 10;
65-
const F32 LOGIN_SRV_TIMEOUT_MAX = 120;
65+
const F32 LOGIN_SRV_TIMEOUT_MAX = 180;
6666
const F32 LOGIN_DNS_TIMEOUT_FACTOR = 0.9; // make DNS wait shorter then retry time
6767

6868
class LLLoginInstance::Disposable {

0 commit comments

Comments
 (0)