Skip to content

Commit cdb7c99

Browse files
committed
Max_connections in config_settings update
1 parent 23716c7 commit cdb7c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/my-website/docs/proxy/config_settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ litellm_settings:
5050
port: 6379 # The port number for the Redis cache. Required if type is "redis".
5151
password: "your_password" # The password for the Redis cache. Required if type is "redis".
5252
namespace: "litellm.caching.caching" # namespace for redis cache
53-
max_connections: 100 # [OPTIONAL] Maximum number of Redis connections. Passed directly to redis-py. Increase if you see 'No connection available' errors under high load.
53+
max_connections: 100 # [OPTIONAL] Set Maximum number of Redis connections. Passed directly to redis-py.
5454

5555
# Optional - Redis Cluster Settings
5656
redis_startup_nodes: [{"host": "127.0.0.1", "port": "7001"}]

0 commit comments

Comments
 (0)