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 2c3219b commit c378729Copy full SHA for c378729
jupyterhub_traefik_proxy/proxy.py
@@ -139,7 +139,7 @@ def __init__(self, **kwargs):
139
dynamic_config = Dict()
140
141
traefik_providers_throttle_duration = Unicode(
142
- "0.1s",
+ "0s",
143
config=True,
144
help="""
145
throttle traefik reloads of configuration.
tests/conftest.py
@@ -490,7 +490,7 @@ def _launch_traefik(*extra_args, env=None):
490
"--api",
491
"--accessLog",
492
"--log.level=debug",
493
- "--providers.providersThrottleDuration=0.1s",
+ "--providers.providersThrottleDuration=0s",
494
"--entrypoints.https.address=:8000",
495
"--entrypoints.https.http.tls.options=default",
496
"--entrypoints.auth_api.address=:8099",
0 commit comments