rollback changes

This commit is contained in:
Vokhmin Alexey V 2014-02-12 12:34:31 +04:00
parent 98d91a761d
commit 832d8d67c0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ on_worker_boot do
config = Rails.application.config.database_configuration[Rails.env]
config['reaping_frequency'] = ENV['DB_REAP_FREQ'] || 10 # seconds
config['pool'] = ENV['DB_POOL'] || 7
config['pool'] = ENV['DB_POOL'] || 3
ActiveRecord::Base.establish_connection(config)