mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-21 19:27:15 +00:00
Make the auth timeout longer (30s)
This commit is contained in:
@@ -143,7 +143,7 @@ protected:
|
|||||||
QTimer counter;
|
QTimer counter;
|
||||||
int count = 0; // num msec since time reset
|
int count = 0; // num msec since time reset
|
||||||
|
|
||||||
const int timeout_max = 10000;
|
const int timeout_max = 30000;
|
||||||
const int time_step = 50;
|
const int time_step = 50;
|
||||||
|
|
||||||
AuthSessionPtr m_session;
|
AuthSessionPtr m_session;
|
||||||
|
|||||||
Reference in New Issue
Block a user