We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7859cc2 + 1304095 commit 4e30350Copy full SHA for 4e30350
govtool/backend/app/Main.hs
@@ -70,8 +70,8 @@ createOptimizedConnectionPool :: BS.ByteString -> IO (Pool Connection)
70
createOptimizedConnectionPool connectionString = createPool
71
(connectPostgreSQL connectionString) -- Connection creation function
72
close -- Connection destruction function
73
- 1 -- Number of stripes (sub-pools)
74
- 60 -- Idle timeout (seconds)
+ 16 -- Number of stripes (sub-pools)
+ 30 -- Idle timeout (seconds)
75
50 -- Maximum number of connections per stripe
76
77
proxyAPI :: Proxy (VVAApi :<|> SwaggerAPI)
0 commit comments