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