rollback changes
This commit is contained in:
parent
98d91a761d
commit
832d8d67c0
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue