Skip to content

docs(proxy): document Prisma idle/connect timeout + extra DB URL params - #183

Merged
yassin-berriai merged 1 commit into
mainfrom
docs/prisma-idle-timeout-extra-params
May 20, 2026
Merged

docs(proxy): document Prisma idle/connect timeout + extra DB URL params#183
yassin-berriai merged 1 commit into
mainfrom
docs/prisma-idle-timeout-extra-params

Conversation

@yassin-berriai

Copy link
Copy Markdown
Contributor

Summary

Documents the three new general_settings keys added in BerriAI/litellm#28395:

  • database_connect_timeout → Prisma connect_timeout URL param
  • database_socket_timeout → Prisma socket_timeout URL param (the main knob for capping idle DB connections from LiteLLM)
  • database_extra_connection_params → escape-hatch dict appended verbatim to DATABASE_URL / DIRECT_URL (e.g. pgbouncer, sslmode, statement_cache_size)

Changes:

  • docs/proxy/config_settings.md — adds the three keys to the YAML reference block and the general_settings reference table, with links to Prisma's PostgreSQL connection URL docs.
  • docs/proxy/configs.md — new "Cap Idle DB Connections + Pass Extra Prisma URL Params" subsection under General Settings, with the example config from the upstream PR (pgbouncer + statement_cache_size) and notes on the override semantics of database_extra_connection_params.

No release-notes entry — upstream PR is still open.

Test plan

  • Render docs locally and visually check the new section / table rows
  • Confirm anchors and markdown links resolve

🤖 Generated with Claude Code

Adds reference + example coverage for the three new `general_settings`
keys introduced in BerriAI/litellm#28395: `database_connect_timeout`,
`database_socket_timeout`, and `database_extra_connection_params`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented May 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
litellm Ready Ready Preview, Comment May 20, 2026 9:59pm

Request Review

@yassin-berriai
yassin-berriai merged commit a99f40b into main May 20, 2026
2 checks passed
@yassin-berriai
yassin-berriai deleted the docs/prisma-idle-timeout-extra-params branch May 20, 2026 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants