From af14d5051afc15ef68508f16dd38e05613f70c7f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 26 Sep 2017 07:26:37 +0300 Subject: [PATCH] Decrease pool size --- Application.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application.hs b/Application.hs index f213003..5d0e78c 100644 --- a/Application.hs +++ b/Application.hs @@ -121,7 +121,7 @@ makeFoundation appSettings = do loadWebsiteContent appStackageDatabase <- openStackageDatabase PostgresConf - { pgPoolSize = 7 + { pgPoolSize = 2 , pgConnStr = encodeUtf8 $ appPostgresString appSettings }