diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/config.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/example/config.yaml b/example/config.yaml index b411da4db..3b84feb70 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -760,3 +760,10 @@ advanced-rate-limit-requests: 300 # Examples: [8, 4, 9, 0] # Default: 8 advanced-throttling-multiplier: 8 + +# Duration. Time period to use as the "retry-after" header value in response to throttled requests. +# Minimum resolution is 1 second. +# +# Examples: [30s, 10s, 5s, 1m] +# Default: 30s +advanced-throttling-retry-after: "30s"
\ No newline at end of file |