mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-29 00:54:31 +00:00
chore: inactive users now being auto-logged-out after 1 hour
This commit is contained in:
@@ -254,8 +254,10 @@ define("ADMIN_NAME", "%ANAME%");
|
||||
//////////////////////////////////////////
|
||||
define("AUTO_DEL_INACTIVE",false); // auto-delete inactive players; default = false
|
||||
define("UN_ACT_TIME", 3628800); // 6 weeks to consider a player inactive
|
||||
define("TRACK_USR","%UTRACK%");
|
||||
define("USER_TIMEOUT","%UTOUT%");
|
||||
//define("TRACK_USR","%UTRACK%");
|
||||
//define("USER_TIMEOUT","%UTOUT%");
|
||||
define("TRACK_USR",true); // track users' being active or not
|
||||
define("USER_TIMEOUT",3600); // 1 hour of no activity counts as inactivity
|
||||
define("ALLOW_BURST",false);
|
||||
define("BASIC_MAX",1);
|
||||
define("INNER_MAX",1);
|
||||
|
||||
Reference in New Issue
Block a user