mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 23:06:31 +01:00
Updated with more info on the IDLE_COMMAND setting.
This commit is contained in:
parent
2e692cc639
commit
9b62b8bda8
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue