Skip to content

Commit

Permalink
fix: reduce max delay threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Aug 22, 2024
1 parent cd9f752 commit 9a5e086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pkg/checker/ping/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

const (
DefaultPingerTimeout = 2 * time.Second
DefaultMaxDelay = 150 * time.Millisecond
DefaultMaxDelay = 100 * time.Millisecond
DefaultMaxFails = 2
DefaultBufferSize = 500
DefaultReconnectInterval = 2 * time.Second
Expand Down

0 comments on commit 9a5e086

Please sign in to comment.