mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix(proxy_cli.py): revert db timeout change - user-controllable param
db timeout is a user controllable param, not necessary to change defaults
This commit is contained in:
parent
f07500c5ea
commit
6d32323e3d
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ def run_server(
|
|||
)
|
||||
|
||||
db_connection_pool_limit = 100
|
||||
db_connection_timeout = 120
|
||||
db_connection_timeout = 60
|
||||
if config is not None:
|
||||
"""
|
||||
Allow user to pass in db url via config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue