Commit b97536a578a5e5be1fba329ff3e9755a190d6193
Exists in
spb-stable
and in
3 other branches
Merge branch 'db_reaping_frequency' into 'master'
DB Reaping Frequency
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 |