diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-11 18:15:18 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-11 18:15:18 +0300 |
commit | 993af5d0d2d596040195c4109c531c33deeac026 (patch) | |
tree | 23762152264492821c01c9124802d9d6c4384d11 /config/database.yml.mysql | |
parent | 5511a731bcc05034abacd4ec01ff7d5a2a3b89d3 (diff) | |
download | gitlab-ce-993af5d0d2d596040195c4109c531c33deeac026.tar.gz |
cattr_accessor is not threadsafe!
Diffstat (limited to 'config/database.yml.mysql')
-rw-r--r-- | config/database.yml.mysql | 2 |
1 files changed, 1 insertions, 1 deletions
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 |