summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-02-21 23:38:39 +0200
committerDave Houlton <euclid@lindenlab.com>2020-04-22 13:08:45 -0600
commit224a4e09922a5ae425bdfcc0d1d9e34d82ca4ba7 (patch)
tree1f485a4a686523a770e4047f82fde687f7d6b630
parentfb49ca2ee6830b256b3f8acda6a6e7b5070bef27 (diff)
SL-12678 Remove automatic retry of login
Cherry-pick the retry disable into DRTVWR-510
-rw-r--r--indra/newview/lllogininstance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllogininstance.cpp b/indra/newview/lllogininstance.cpp
index 8a69acb8dc..873531ef22 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 = 0; // 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