From 993af5d0d2d596040195c4109c531c33deeac026 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 11 Jun 2013 18:15:18 +0300 Subject: cattr_accessor is not threadsafe! --- config/database.yml.mysql | 2 +- config/database.yml.postgresql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/database.yml.mysql b/config/database.yml.mysql index 436bea77f0f..a3eff1a74f8 100644 --- a/config/database.yml.mysql +++ b/config/database.yml.mysql @@ -6,7 +6,7 @@ production: encoding: utf8 reconnect: false database: gitlabhq_production - pool: 5 + pool: 10 username: root password: "secure password" # host: localhost diff --git a/config/database.yml.postgresql b/config/database.yml.postgresql index 4a4aa3465a6..4b74f3348f8 100644 --- a/config/database.yml.postgresql +++ b/config/database.yml.postgresql @@ -5,7 +5,7 @@ production: adapter: postgresql encoding: unicode database: gitlabhq_production - pool: 5 + pool: 10 username: git password: # host: localhost -- cgit v1.2.3