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 0503d1d commit 54d1f4cCopy full SHA for 54d1f4c
src/ghga_service_commons/transports/config.py
@@ -35,7 +35,7 @@ class CacheTransportConfig(BaseSettings):
35
)
36
37
38
-class RatelimitingTransportConfig(BaseSettings):
+class RateLimitingTransportConfig(BaseSettings):
39
"""Configuration options for a rate limiting HTTPTransport."""
40
41
jitter: NonNegativeFloat = Field(
0 commit comments