Decrease pool size

This commit is contained in:
Michael Snoyman 2017-09-26 07:26:37 +03:00
parent ef9b0ddf2e
commit af14d5051a
No known key found for this signature in database
GPG Key ID: A048E8C057E86876

View File

@ -121,7 +121,7 @@ makeFoundation appSettings = do
loadWebsiteContent
appStackageDatabase <- openStackageDatabase PostgresConf
{ pgPoolSize = 7
{ pgPoolSize = 2
, pgConnStr = encodeUtf8 $ appPostgresString appSettings
}