Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Commit

Permalink
Increase timeout for live docs
Browse files Browse the repository at this point in the history
Note: it seems that this setting 'idle_timeout' is only used for live
documentation browser pages, so it should be safe to change it without
affecting users' worksheets' behavior.
  • Loading branch information
nthiery authored and kini committed Mar 27, 2013
1 parent a2eb724 commit 5993b5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sagenb/notebook/server_conf.py
Expand Up @@ -14,7 +14,9 @@
defaults = {'word_wrap_cols':72, defaults = {'word_wrap_cols':72,
'max_history_length':250, 'max_history_length':250,


'idle_timeout':120, # 2 minutes 'idle_timeout':600, # for a live documentation worksheet:
# quit the compute process if it has
# been idle for 10 minutes
'idle_check_interval':360, 'idle_check_interval':360,


'save_interval':360, # seconds 'save_interval':360, # seconds
Expand Down

0 comments on commit 5993b5c

Please sign in to comment.