Skip to content

Commit 7078520

Browse files
Merge branch 'dev' of github.com:ava-labs/gecko into dev
2 parents ac7f5b7 + 3eb9809 commit 7078520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/params.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func avalancheFlagSet() *flag.FlagSet {
176176
fs.Duration(healthCheckFreqKey, 30*time.Second, "Time between health checks")
177177
fs.Duration(healthCheckAveragerHalflifeKey, 10*time.Second, "Halflife of averager when calculating a running average in a health check")
178178
// Network Layer Health
179-
fs.Duration(networkHealthMaxTimeSinceMsgSentKey, time.Minute, "Network layer returns unhealthy if haven't received a message for at least this much time")
179+
fs.Duration(networkHealthMaxTimeSinceMsgSentKey, time.Minute, "Network layer returns unhealthy if haven't sent a message for at least this much time")
180180
fs.Duration(networkHealthMaxTimeSinceMsgReceivedKey, time.Minute, "Network layer returns unhealthy if haven't received a message for at least this much time")
181181
fs.Float64(networkHealthMaxPortionSendQueueFillKey, 0.9, "Network layer returns unhealthy if more than this portion of the pending send queue is full")
182182
fs.Uint(networkHealthMinPeersKey, 1, "Network layer returns unhealthy if connected to less than this many peers")

0 commit comments

Comments
 (0)