Commit 710cffc6d7f1ca40392c77d603f6dce9ef8b34ac

Authored by Jacob Vosmaer
1 parent 9f20580e

Add reaping_frequency for MySQL production DB

This helped avoid ActiveRecord::ConnectionTimeoutError errors for
Sidekiq on GitLab Cloud.
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/database.yml.mysql
... ... @@ -7,6 +7,7 @@ production:
7 7 reconnect: false
8 8 database: gitlabhq_production
9 9 pool: 10
  10 + reaping_frequency: 10
10 11 username: git
11 12 password: "secure password"
12 13 # host: localhost
... ...