summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-03-04 21:16:48 -0700
committermo khan <mo@mokhan.ca>2015-03-04 21:16:48 -0700
commitd60ae2ddcc1b7d445fdcc2964b06d13d86607f8f (patch)
treefcc817998d14b7573419472e30fc0136d9951399
parent393d7ba481b0fdbee07ba25d7c02edef78135580 (diff)
bump up the pool size.
-rw-r--r--config/database.yml2
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