Skip to content

🔧 — Default SQLAlchemy pool size is too low for production

Luc Didry requested to merge fix-sqlalchemy-engine-pool-size into main

Defaults values:

  • pool_size=5
  • max_overflow=10

We should have a setting in the configuration file for that.

Merge request reports

Loading