summaryrefslogtreecommitdiffstats
path: root/logic
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-07-09 19:53:35 +0200
committerPetr Mrázek <peterix@gmail.com>2014-07-09 19:53:35 +0200
commit08fbfa7434340fc4820738d3cb2c726b28e1a0f1 (patch)
treea5922c53c175010109c11912dbcf4ed470802c8b /logic
parent6f75009a80e86a70e03cabe982d417aadbf9ee8d (diff)
downloadMultiMC-08fbfa7434340fc4820738d3cb2c726b28e1a0f1.tar
MultiMC-08fbfa7434340fc4820738d3cb2c726b28e1a0f1.tar.gz
MultiMC-08fbfa7434340fc4820738d3cb2c726b28e1a0f1.tar.lz
MultiMC-08fbfa7434340fc4820738d3cb2c726b28e1a0f1.tar.xz
MultiMC-08fbfa7434340fc4820738d3cb2c726b28e1a0f1.zip
Make the auth timeout longer (30s)
Diffstat (limited to 'logic')
-rw-r--r--logic/auth/YggdrasilTask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/auth/YggdrasilTask.h b/logic/auth/YggdrasilTask.h
index ed70b957..becd123c 100644
--- a/logic/auth/YggdrasilTask.h
+++ b/logic/auth/YggdrasilTask.h
@@ -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;