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 }