make base_connection_pool_limit default value the same (#18721)

This commit is contained in:
Wilson Marcílio Júnior 2026-01-07 13:13:55 -03:00 committed by GitHub
parent f7212d84d5
commit 8ce4eea88f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(