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 4e30350 + d778226 commit f0e1fd3Copy full SHA for f0e1fd3
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