Fixing another guest login issue. Setting login timeout to 60 seconds to allow the user to enter the password.

This commit is contained in:
lotodore
2009-11-15 09:07:43 +00:00
parent a7888f324d
commit f5d0b19320
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
#define SERVER_INIT_AVATAR_CLIENT_LOCK_SEC 30 // Forbid a client to send an additional avatar.
#define SERVER_INIT_SESSION_TIMEOUT_SEC 20
#define SERVER_INIT_SESSION_TIMEOUT_SEC 60
#define SERVER_TIMEOUT_WARNING_REMAINING_SEC 60
#define SERVER_SESSION_ACTIVITY_TIMEOUT_SEC 1800 // 30 min, MUST be > SERVER_TIMEOUT_WARNING_REMAINING_SEC
#define SERVER_SESSION_FORCED_TIMEOUT_SEC 86400 // 1 day, should be quite large.