From 6784326ec0d9ef7f5b6ecb3711a0b815abc3ccb5 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Fri, 17 Oct 2025 18:07:12 -0700 Subject: [PATCH] fix DYNAMIC_RATE_LIMIT_ERROR_THRESHOLD_PER_MINUTE --- docs/my-website/docs/proxy/config_settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/my-website/docs/proxy/config_settings.md b/docs/my-website/docs/proxy/config_settings.md index 0dbecad9d4a..94cfa6fc675 100644 --- a/docs/my-website/docs/proxy/config_settings.md +++ b/docs/my-website/docs/proxy/config_settings.md @@ -500,6 +500,7 @@ router_settings: | DISABLE_AIOHTTP_TRANSPORT | Flag to disable aiohttp transport. When this is set to True, litellm will use httpx instead of aiohttp. **Default is False** | DISABLE_AIOHTTP_TRUST_ENV | Flag to disable aiohttp trust environment. When this is set to True, litellm will not trust the environment for aiohttp eg. `HTTP_PROXY` and `HTTPS_PROXY` environment variables will not be used when this is set to True. **Default is False** | DISABLE_SCHEMA_UPDATE | Toggle to disable schema updates +| DYNAMIC_RATE_LIMIT_ERROR_THRESHOLD_PER_MINUTE | Threshold for deployment failures per minute before enforcing rate limits in parallel request limiter. Default is 1 | DOCS_DESCRIPTION | Description text for documentation pages | DOCS_FILTERED | Flag indicating filtered documentation | DOCS_TITLE | Title of the documentation pages