diff options
Diffstat (limited to 'config/database.yml')
-rw-r--r-- | config/database.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database.yml b/config/database.yml index 259244e6f..6dbea4e04 100644 --- a/config/database.yml +++ b/config/database.yml @@ -1,6 +1,6 @@ default: &default adapter: postgresql - pool: 5 + pool: 10 timeout: 5000 encoding: unicode |