diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-02-12 14:52:07 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-02-12 17:30:30 +0200 |
commit | 88ae7dcb29e289631623c753366019a1a4d3a4d9 (patch) | |
tree | d842435f909f1f35240dca6968b9573ee079d251 /indra/newview | |
parent | fbabec1ceb2eaf44d2b20def87c632e14a664ad6 (diff) |
SL-12678 Remove automatic retry of login
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/lllogininstance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllogininstance.cpp b/indra/newview/lllogininstance.cpp index 8a69acb8dc..b7c15b3a99 100644 --- a/indra/newview/lllogininstance.cpp +++ b/indra/newview/lllogininstance.cpp @@ -62,7 +62,7 @@ #include <boost/scoped_ptr.hpp> #include <sstream> -const S32 LOGIN_MAX_RETRIES = 3; +const S32 LOGIN_MAX_RETRIES = 1; // Viewer should not autmatically retry login const F32 LOGIN_SRV_TIMEOUT_MIN = 10; const F32 LOGIN_SRV_TIMEOUT_MAX = 120; const F32 LOGIN_DNS_TIMEOUT_FACTOR = 0.9; // make DNS wait shorter then retry time |