mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Decrease pool size
This commit is contained in:
parent
ef9b0ddf2e
commit
af14d5051a
@ -121,7 +121,7 @@ makeFoundation appSettings = do
|
||||
loadWebsiteContent
|
||||
|
||||
appStackageDatabase <- openStackageDatabase PostgresConf
|
||||
{ pgPoolSize = 7
|
||||
{ pgPoolSize = 2
|
||||
, pgConnStr = encodeUtf8 $ appPostgresString appSettings
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user