mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
run ci/cd again
This commit is contained in:
parent
ef9177f0a8
commit
5b36985c00
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ proxy_logging_obj = ProxyLogging(user_api_key_cache=DualCache())
|
|||
def prisma_client():
|
||||
from litellm.proxy.proxy_cli import append_query_params
|
||||
|
||||
### add connection pool + pool timeout args
|
||||
### add connection pool + pool timeout args.
|
||||
params = {"connection_limit": 100, "pool_timeout": 60}
|
||||
database_url = os.getenv("DATABASE_URL")
|
||||
modified_url = append_query_params(database_url, params)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue