From b4a977817ca5dc10ffc7f29e62073647076186f5 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Fri, 5 Jul 2013 14:01:57 +0200 Subject: [PATCH] Make the AR connection pool big enough for all Sidekiq workers --- config/database.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/database.yml.example b/config/database.yml.example index 2295342..3bee285 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -7,7 +7,7 @@ development: adapter: postgresql encoding: unicode database: ascii_io_development - pool: 5 + pool: 25 # username: asciiio # password: min_messages: WARNING @@ -29,6 +29,6 @@ production: adapter: postgresql encoding: unicode database: ascii_io_production - pool: 5 + pool: 25 username: asciiio password: