mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 06:52:59 +00:00
Run pre-commit
This commit is contained in:
@@ -374,7 +374,8 @@ class JupyterHub(Application):
|
||||
300, help="Interval (in seconds) at which to update last-activity timestamps."
|
||||
).tag(config=True)
|
||||
proxy_check_interval = Integer(
|
||||
5, help="DEPRECATED since version 0.8: Use ConfigurableHTTPProxy.check_running_interval"
|
||||
5,
|
||||
help="DEPRECATED since version 0.8: Use ConfigurableHTTPProxy.check_running_interval",
|
||||
).tag(config=True)
|
||||
service_check_interval = Integer(
|
||||
60,
|
||||
|
@@ -453,7 +453,7 @@ class ConfigurableHTTPProxy(Proxy):
|
||||
check_running_interval = Integer(
|
||||
5,
|
||||
help="Interval (in seconds) at which to check if the proxy is running.",
|
||||
config=True
|
||||
config=True,
|
||||
)
|
||||
|
||||
@default('auth_token')
|
||||
|
Reference in New Issue
Block a user