diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-09-06 16:47:34 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-09-06 16:47:34 -0700 |
commit | 54b7e783ef202d022a57dcdd54f7edf021c1df78 (patch) | |
tree | b422ab3d93685c806f3b1405ffdf410c9d5b8dd4 /railties/test/application/middleware_test.rb | |
parent | a4fa6eab396e703eb70b70ed708220a6405f2899 (diff) | |
download | rails-54b7e783ef202d022a57dcdd54f7edf021c1df78.tar.gz rails-54b7e783ef202d022a57dcdd54f7edf021c1df78.tar.bz2 rails-54b7e783ef202d022a57dcdd54f7edf021c1df78.zip |
Database adapters use a statement pool.
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'.
Diffstat (limited to 'railties/test/application/middleware_test.rb')
0 files changed, 0 insertions, 0 deletions