mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-19 16:03:00 +00:00
make default http timeout 30 seconds
some computers can be very slow to start
This commit is contained in:
@@ -54,7 +54,7 @@ class Spawner(LoggingConfigurable):
|
||||
)
|
||||
|
||||
http_timeout = Integer(
|
||||
10, config=True,
|
||||
30, config=True,
|
||||
help="""Timeout (in seconds) before giving up on a spawned HTTP server
|
||||
|
||||
Once a server has successfully been spawned, this is the amount of time
|
||||
|
Reference in New Issue
Block a user