mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 06:31:57 +00:00
p2p: relax pong timeout (#8007)
This commit is contained in:
@@ -46,7 +46,7 @@ const (
|
||||
defaultRecvRate = int64(512000) // 500KB/s
|
||||
defaultSendTimeout = 10 * time.Second
|
||||
defaultPingInterval = 60 * time.Second
|
||||
defaultPongTimeout = 45 * time.Second
|
||||
defaultPongTimeout = 90 * time.Second
|
||||
)
|
||||
|
||||
type receiveCbFunc func(ctx context.Context, chID ChannelID, msgBytes []byte)
|
||||
|
||||
Reference in New Issue
Block a user