Disable connection reaping for MySQL
On GitLab Cloud, MySQL connection reaping seemed to cause more problems (exceptions and segfaults in the native MySQL client) than it solved.
This commit is contained in:
parent
ab7b8b2125
commit
5163a8fcb9
2 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,7 @@ v 6.8.0
|
||||||
- Changed permission of gitlab-satellites directory not to be world accessible
|
- Changed permission of gitlab-satellites directory not to be world accessible
|
||||||
- Protected branch does not allow force push
|
- Protected branch does not allow force push
|
||||||
- Fix popen bug in `rake gitlab:satellites:create`
|
- Fix popen bug in `rake gitlab:satellites:create`
|
||||||
|
- Disable connection reaping for MySQL
|
||||||
|
|
||||||
v 6.7.3
|
v 6.7.3
|
||||||
- Fix the merge notification email not being sent (Pierre de La Morinerie)
|
- Fix the merge notification email not being sent (Pierre de La Morinerie)
|
||||||
|
|
|
@ -7,7 +7,6 @@ production:
|
||||||
reconnect: false
|
reconnect: false
|
||||||
database: gitlabhq_production
|
database: gitlabhq_production
|
||||||
pool: 10
|
pool: 10
|
||||||
reaping_frequency: 10
|
|
||||||
username: git
|
username: git
|
||||||
password: "secure password"
|
password: "secure password"
|
||||||
# host: localhost
|
# host: localhost
|
||||||
|
|
Loading…
Reference in a new issue