Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-04-07 12:22:18 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-04-07 14:32:24 +0400
commit5163a8fcb9cfd63435560fda00173b76df2ccc93 (patch)
tree436113b09f9b5d30b158099168084814975ff61f /config
parentab7b8b2125889f0f3ba03e65d1ce26088e30631e (diff)
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.
Diffstat (limited to 'config')
-rw-r--r--config/database.yml.mysql1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/database.yml.mysql b/config/database.yml.mysql
index 6943aaca45b..55ac088bc1d 100644
--- a/config/database.yml.mysql
+++ b/config/database.yml.mysql
@@ -7,7 +7,6 @@ production:
reconnect: false
database: gitlabhq_production
pool: 10
- reaping_frequency: 10
username: git
password: "secure password"
# host: localhost