SL-12678 Removed auto login retry

master
Andrey Kleshchev 2020-02-21 23:38:39 +02:00 committed by Andrey Lihatskiy
parent a0d7d87355
commit 49db074be4
1 changed files with 1 additions and 1 deletions

View File

@ -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