mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Database adapters use a statement pool for limiting the number of open prepared statments on the database. The limit defaults to 1000, but can be adjusted in your database config by changing 'statement_limit'.