From d60ae2ddcc1b7d445fdcc2964b06d13d86607f8f Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 4 Mar 2015 21:16:48 -0700 Subject: bump up the pool size. --- config/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3