From f7d0fc57686a5a2935587dc9532fc1e52693d339 Mon Sep 17 00:00:00 2001 From: Athou Date: Sun, 17 Aug 2014 16:56:38 +0200 Subject: [PATCH] db pooling tweak --- config.dev.yml | 1 + config.yml.example | 1 + 2 files changed, 2 insertions(+) diff --git a/config.dev.yml b/config.dev.yml index 273646fb..48002851 100644 --- a/config.dev.yml +++ b/config.dev.yml @@ -79,6 +79,7 @@ database: minSize: 1 maxSize: 50 checkConnectionWhileIdle: true + maxConnectionAge: 30m server: applicationConnectors: diff --git a/config.yml.example b/config.yml.example index 332c157f..ad46640a 100644 --- a/config.yml.example +++ b/config.yml.example @@ -79,6 +79,7 @@ database: minSize: 1 maxSize: 50 checkConnectionWhileIdle: true + maxConnectionAge: 30m server: applicationConnectors: