We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a806dd commit 3f25f75Copy full SHA for 3f25f75
tools/toolchain/network/crypto-material/core.yaml
@@ -50,7 +50,7 @@ peer:
50
interval: 7200s
51
# Timeout is the duration the server waits for a response
52
# from the client after sending a ping before closing the connection
53
- timeout: 20s
+ timeout: 120s
54
# MinInterval is the minimum permitted time between client pings.
55
# If clients send pings more frequently, the peer server will
56
# disconnect them
@@ -63,7 +63,7 @@ peer:
63
interval: 60s
64
# Timeout is the duration the client waits for a response from
65
# peer nodes before closing the connection
66
67
# DeliveryClient keepalive settings for communication with ordering
68
# nodes.
69
deliveryClient:
0 commit comments