mirror of https://github.com/rails/rails
Revert "Added Short 1 line note about connection pools.
This reverts commit c3954baee9
.
This commit is contained in:
parent
bb52fb01a4
commit
339602b219
|
@ -16,8 +16,6 @@ development:
|
|||
adapter: postgresql
|
||||
encoding: unicode
|
||||
database: <%= app_name %>_development
|
||||
|
||||
# Reduce overhead by distributing requests across a pool of connections.
|
||||
pool: 5
|
||||
username: <%= app_name %>
|
||||
password:
|
||||
|
|
Loading…
Reference in New Issue