fix(rate-limit): make 429 fallback cooldown configurable
This commit is contained in:
@@ -286,6 +286,9 @@ const (
|
||||
// SettingKeyOverloadCooldownSettings stores JSON config for 529 overload cooldown handling.
|
||||
SettingKeyOverloadCooldownSettings = "overload_cooldown_settings"
|
||||
|
||||
// SettingKeyRateLimit429CooldownSettings stores JSON config for 429 fallback cooldown handling.
|
||||
SettingKeyRateLimit429CooldownSettings = "rate_limit_429_cooldown_settings"
|
||||
|
||||
// =========================
|
||||
// Stream Timeout Handling
|
||||
// =========================
|
||||
|
||||
Reference in New Issue
Block a user