From 9c59e802c153ab0357358938e5967deb62f3ba83 Mon Sep 17 00:00:00 2001 From: nilsding Date: Fri, 12 Dec 2014 22:50:54 +0100 Subject: [PATCH] boost connection pool --- config/database.yml.mysql | 2 +- config/database.yml.postgres | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/database.yml.mysql b/config/database.yml.mysql index 9a088f9f..0860594f 100644 --- a/config/database.yml.mysql +++ b/config/database.yml.mysql @@ -7,7 +7,7 @@ production: collation: utf8_general_ci reconnect: false database: justask_production - pool: 10 + pool: 25 username: justask password: "hack me" # host: localhost diff --git a/config/database.yml.postgres b/config/database.yml.postgres index 596af027..2126da56 100644 --- a/config/database.yml.postgres +++ b/config/database.yml.postgres @@ -5,7 +5,7 @@ production: adapter: postgresql encoding: unicode database: justask_production - pool: 10 + pool: 25 # username: justask # password: # host: localhost