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,6 +7,7 @@ production:
7 reconnect: false 7 reconnect: false
8 database: gitlabhq_production 8 database: gitlabhq_production
9 pool: 10 9 pool: 10
  10 + reaping_frequency: 10
10 username: git 11 username: git
11 password: "secure password" 12 password: "secure password"
12 # host: localhost 13 # host: localhost