mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-05-19 21:55:10 +00:00
core: tcp keep-alive parameters for windows (#336)
This commit is contained in:
committed by
GitHub
parent
14d76a1582
commit
800581b2bf
@@ -114,7 +114,7 @@ smpDefaultConfig =
|
||||
defaultTransport = ("5223", transport @TLS),
|
||||
tcpTimeout = 4_000_000,
|
||||
tcpKeepAlive = Just defaultKeepAliveOpts,
|
||||
smpPing = 1_200_000_000 -- 20min
|
||||
smpPing = 600_000_000 -- 10min
|
||||
}
|
||||
|
||||
data Request = Request
|
||||
|
||||
Reference in New Issue
Block a user