BigW Consortium Gitlab

Commit 710cffc6 by Jacob Vosmaer

Add reaping_frequency for MySQL production DB

This helped avoid ActiveRecord::ConnectionTimeoutError errors for Sidekiq on GitLab Cloud.
parent 9f20580e
......@@ -7,6 +7,7 @@ production:
reconnect: false
database: gitlabhq_production
pool: 10
reaping_frequency: 10
username: git
password: "secure password"
# host: localhost
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment