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.
1 parent 4e30350 commit d778226Copy full SHA for d778226
govtool/backend/app/Main.hs
@@ -70,9 +70,9 @@ createOptimizedConnectionPool :: BS.ByteString -> IO (Pool Connection)
70
createOptimizedConnectionPool connectionString = createPool
71
(connectPostgreSQL connectionString) -- Connection creation function
72
close -- Connection destruction function
73
- 16 -- Number of stripes (sub-pools)
74
- 30 -- Idle timeout (seconds)
75
- 50 -- Maximum number of connections per stripe
+ 1 -- Idle timeout (seconds)
+ 2 -- Number of stripes (sub-pools)
+ 60 -- Maximum number of connections per stripe
76
77
proxyAPI :: Proxy (VVAApi :<|> SwaggerAPI)
78
proxyAPI = Proxy
0 commit comments