mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
make base_connection_pool_limit default value the same (#18721)
This commit is contained in:
parent
f7212d84d5
commit
8ce4eea88f
1 changed files with 1 additions and 1 deletions
|
|
@ -1937,7 +1937,7 @@ class ConfigGeneralSettings(LiteLLMPydanticObjectBase):
|
|||
description="connect to a postgres db - needed for generating temporary keys + tracking spend / key",
|
||||
)
|
||||
database_connection_pool_limit: Optional[int] = Field(
|
||||
100,
|
||||
10,
|
||||
description="default connection pool for prisma client connecting to postgres db",
|
||||
)
|
||||
database_connection_timeout: Optional[float] = Field(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue