Add reaping_frequency for MySQL production DB

This helped avoid ActiveRecord::ConnectionTimeoutError errors for
Sidekiq on GitLab Cloud.
This commit is contained in:
Jacob Vosmaer 2014-02-25 11:07:36 +01:00
parent 9f20580ed7
commit 710cffc6d7
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ production:
reconnect: false
database: gitlabhq_production
pool: 10
reaping_frequency: 10
username: git
password: "secure password"
# host: localhost