Browse Source

Tweak auth timeout notify.

Adam Ierymenko 4 years ago
parent
commit
c101d71d7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/DB.hpp

+ 1 - 1
controller/DB.hpp

@@ -35,7 +35,7 @@
 
 #include "../ext/json/json.hpp"
 
-#define ZT_MEMBER_AUTH_TIMEOUT_NOTIFY_BEFORE 10000
+#define ZT_MEMBER_AUTH_TIMEOUT_NOTIFY_BEFORE 25000
 
 namespace ZeroTier
 {