mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 12:37:16 +02:00
Change default IDLE_TIMEOUT to -1; no need for a timeout during development.
This commit is contained in:
parent
334c8b1131
commit
13f919fc63
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ LANGUAGE_CODE = 'en-us'
|
|||
# out. This can be set as big as desired. A user may avoid being
|
||||
# thrown off by sending the empty system command 'idle' to the server
|
||||
# at regular intervals. Set <=0 to deactivate idle timeout completely.
|
||||
IDLE_TIMEOUT = 3600
|
||||
IDLE_TIMEOUT = -1
|
||||
# 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. Note that "idle" will *always* work, even if a different
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue