From 5163a8fcb9cfd63435560fda00173b76df2ccc93 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Mon, 7 Apr 2014 10:22:18 +0200 Subject: 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. --- config/database.yml.mysql | 1 - 1 file changed, 1 deletion(-) (limited to 'config/database.yml.mysql') 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 -- cgit v1.2.3