Separate max_idle_visitor from max_idle

Cut it to 5 minutes, from max_idle's 15.

Since max_idle now applies only to authenticated players, increasing
it is perfectly safe.
This commit is contained in:
Markus Armbruster 2012-03-18 18:24:51 +01:00
parent 1a97cc3cfd
commit 918f3ec6ae
5 changed files with 15 additions and 5 deletions

View file

@ -200,6 +200,8 @@ EMPCFBOTH("max_btus", max_btus, int, NSC_INT, 0,
"Maximum number of BTUs a country can have")
EMPCFBOTH("max_idle", max_idle, int, NSC_INT, 0,
"Maximum number of minutes a player can sit idle while logged in")
EMPCFBOTH("max_idle_visitor", max_idle_visitor, int, NSC_INT, 0,
"Maximum number of minutes a visitor can sit idle while logged in")
EMPCFBOTH("login_grace_time", login_grace_time, int, NSC_INT, 0,
"Grace time for clients to complete login and logout (seconds)")
EMPCFBOTH("players_at_00", players_at_00, int, NSC_INT, 0,