From 9b62b8bda893ffadfc7120c4a5eceecfa941bcef Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 27 Apr 2016 23:52:36 +0200 Subject: [PATCH] Updated with more info on the IDLE_COMMAND setting. --- evennia/settings_default.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/evennia/settings_default.py b/evennia/settings_default.py index 64414789b9..193de9e0c9 100644 --- a/evennia/settings_default.py +++ b/evennia/settings_default.py @@ -149,7 +149,9 @@ LANGUAGE_CODE = 'en-us' IDLE_TIMEOUT = 3600 # The idle command can be sent to keep your session active without actually # having to spam normal commands regularly. It gives no feedback, only updates -# the idle timer. +# the idle timer. Note that "idle" will *always* work, even if a different +# command-name is given here; this is because the webclient needs a default +# to send to avoid proxy timeouts. IDLE_COMMAND = "idle" # The set of encodings tried. A Player object may set an attribute "encoding" on # itself to match the client used. If not set, or wrong encoding is