more big queues

This commit is contained in:
Evgeny Poberezkin
2022-11-02 20:45:09 +00:00
parent 3205bd7250
commit 8b2a3eeb8a

View File

@@ -186,17 +186,17 @@ agentCfg :: AgentConfig
agentCfg =
defaultAgentConfig
{ tcpPort = agentTestPort,
tbqSize = 4,
tbqSize = 10,
database = testDB,
smpCfg =
defaultClientConfig
{ qSize = 1,
{ qSize = 10,
defaultTransport = (testPort, transport @TLS),
networkConfig = defaultNetworkConfig {tcpTimeout = 500_000}
},
ntfCfg =
defaultClientConfig
{ qSize = 1,
{ qSize = 10,
defaultTransport = (ntfTestPort, transport @TLS)
},
reconnectInterval = defaultReconnectInterval {initialInterval = 50_000},