mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-25 14:06:12 +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("AUTO_DEL_INACTIVE",false); // auto-delete inactive players; default = false
|
||||||
define("UN_ACT_TIME", 3628800); // 6 weeks to consider a player inactive
|
define("UN_ACT_TIME", 3628800); // 6 weeks to consider a player inactive
|
||||||
define("TRACK_USR","%UTRACK%");
|
//define("TRACK_USR","%UTRACK%");
|
||||||
define("USER_TIMEOUT","%UTOUT%");
|
//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("ALLOW_BURST",false);
|
||||||
define("BASIC_MAX",1);
|
define("BASIC_MAX",1);
|
||||||
define("INNER_MAX",1);
|
define("INNER_MAX",1);
|
||||||
|
|||||||
Reference in New Issue
Block a user