TYPO IN COMMENTS: timout => timeout
Just a typo in the "settings_default.py" comments....
This commit is contained in:
parent
3901b334eb
commit
187387b11b
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ LANGUAGE_CODE = 'en-us'
|
|||
# How long time (in seconds) a user may idle before being logged
|
||||
# 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 timout completely.
|
||||
# at regular intervals. Set <=0 to deactivate idle timeout completely.
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue