Update notebook/gateway/managers.py

Co-authored-by: Kevin Bates <kbates4@gmail.com>
This commit is contained in:
Dvoiak Stepan 2021-01-05 18:23:32 +02:00 committed by GitHub
parent cd102428ca
commit d95f251ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')