reduce default last-activity interval to 5 minutes

from 10 minutes
This commit is contained in:
Min RK
2015-01-06 15:29:20 -08:00
parent 213b3e2afb
commit 00b7f47324

View File

@@ -168,7 +168,7 @@ class JupyterHub(Application):
Useful for daemonizing jupyterhub.
"""
)
last_activity_interval = Integer(600, config=True,
last_activity_interval = Integer(300, config=True,
help="Interval (in seconds) at which to update last-activity timestamps."
)
proxy_check_interval = Integer(30, config=True,