mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-06-06 15:31:55 +00:00
increase TCP timeout to 5 sec
This commit is contained in:
@@ -112,7 +112,7 @@ smpDefaultConfig =
|
||||
SMPClientConfig
|
||||
{ qSize = 64,
|
||||
defaultTransport = ("5223", transport @TLS),
|
||||
tcpTimeout = 4_000_000,
|
||||
tcpTimeout = 5_000_000,
|
||||
tcpKeepAlive = Just defaultKeepAliveOpts,
|
||||
smpPing = 300_000_000 -- 5 min
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user