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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-11 19:15:18 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-11 19:15:18 +0400
commit993af5d0d2d596040195c4109c531c33deeac026 (patch)
tree23762152264492821c01c9124802d9d6c4384d11 /config/database.yml.postgresql
parent5511a731bcc05034abacd4ec01ff7d5a2a3b89d3 (diff)
cattr_accessor is not threadsafe!
Diffstat (limited to 'config/database.yml.postgresql')
-rw-r--r--config/database.yml.postgresql2
1 files changed, 1 insertions, 1 deletions
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