mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
9b2c38b7bd
The majority of Rails applications are multiprocess, people may wonder why rails new generates a default pool of 5, does my application need a connection pool of 5? By generating a default of 1 database.yml is much more clear, and with the comment people know what is the connection pool for, and they know it has to be bigger for multithread apps. |
||
---|---|---|
.. | ||
environments | ||
initializers | ||
locales | ||
application.rb | ||
boot.rb | ||
database.yml | ||
environment.rb | ||
routes.rb |