We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd10242 commit d95f251Copy full SHA for d95f251
notebook/gateway/managers.py
@@ -245,7 +245,7 @@ def gateway_retry_interval_max_default(self):
245
gateway_retry_max_default_value = 5
246
gateway_retry_max_env = 'JUPYTER_GATEWAY_RETRY_MAX'
247
gateway_retry_max = Int(default_value=gateway_retry_max_default_value, config=True,
248
- 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.
249
(JUPYTER_GATEWAY_RETRY_MAX env var)""")
250
251
@default('gateway_retry_max')
0 commit comments