diff options
| author | mo khan <mo@mokhan.ca> | 2015-03-04 21:16:48 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-03-04 21:16:48 -0700 |
| commit | d60ae2ddcc1b7d445fdcc2964b06d13d86607f8f (patch) | |
| tree | fcc817998d14b7573419472e30fc0136d9951399 | |
| parent | 393d7ba481b0fdbee07ba25d7c02edef78135580 (diff) | |
bump up the pool size.
| -rw-r--r-- | config/database.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database.yml b/config/database.yml index 95b19b6..39279a3 100644 --- a/config/database.yml +++ b/config/database.yml @@ -19,7 +19,7 @@ default: &default encoding: unicode # For details on connection pooling, see rails configuration guide # http://guides.rubyonrails.org/configuring.html#database-pooling - pool: 5 + pool: 50 development: <<: *default |
