You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(db): improve connection pool configuration for database creation
This commit enhances the database connection pool configuration by:
- Using SqlitePoolOptions for more granular control
- Setting appropriate connection limits (max 20, min 2)
- Adding timeouts for connection acquisition, idle connections, and max lifetime
- Improving database connection stability and resource management
Fixes issues with database connection handling during high load scenarios.
🤖 Generated with [Pochi](https://getpochi.com)
Co-Authored-By: Pochi <[email protected]>
0 commit comments