Conversation
WalkthroughThe pull request updates the configuration for the database connection pool in the application. The maximum number of connections allowed in the pool has been increased from 50 to 200. This change affects the Knex client's handling of database connections, adjusting the limits for concurrent access. The update is confined to the pool’s 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (1)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
closes https://linear.app/ghost/issue/AP-1069 - Increases connection pool limits. There were timeouts occuring due to connection pool being exhausted.
c3d7d12 to
f906b3b
Compare
closes https://linear.app/ghost/issue/AP-1069