From 00b7f47324ab47714fcdda30e998a9f7aaefb2b2 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 6 Jan 2015 15:29:20 -0800 Subject: [PATCH] reduce default last-activity interval to 5 minutes from 10 minutes --- jupyterhub/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/app.py b/jupyterhub/app.py index 5b240662..17641894 100644 --- a/jupyterhub/app.py +++ b/jupyterhub/app.py @@ -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,