mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Update notebook/gateway/managers.py
Co-authored-by: Kevin Bates <kbates4@gmail.com>
This commit is contained in:
parent
cd102428ca
commit
d95f251ac6
@ -245,7 +245,7 @@ class GatewayClient(SingletonConfigurable):
|
||||
gateway_retry_max_default_value = 5
|
||||
gateway_retry_max_env = 'JUPYTER_GATEWAY_RETRY_MAX'
|
||||
gateway_retry_max = Int(default_value=gateway_retry_max_default_value, config=True,
|
||||
help="""The maximum numbers allowed for HTTP reconnection retries with the Gateway server.
|
||||
help="""The maximum retries allowed for HTTP reconnection with the Gateway server.
|
||||
(JUPYTER_GATEWAY_RETRY_MAX env var)""")
|
||||
|
||||
@default('gateway_retry_max')
|
||||
|
Loading…
Reference in New Issue
Block a user