Make the auth timeout longer (30s)
This commit is contained in:
parent
6f75009a80
commit
08fbfa7434
@ -143,7 +143,7 @@ protected:
|
||||
QTimer counter;
|
||||
int count = 0; // num msec since time reset
|
||||
|
||||
const int timeout_max = 10000;
|
||||
const int timeout_max = 30000;
|
||||
const int time_step = 50;
|
||||
|
||||
AuthSessionPtr m_session;
|
||||
|
Loading…
Reference in New Issue
Block a user