Skip to content

Commit f893984

Browse files
committed
Revert "set heartbeat interval default to 5 seconds"
This reverts commit 765c0e0.
1 parent 765c0e0 commit f893984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ type Config struct {
8282

8383
// Heartbeat bucket
8484

85-
HeartbeatIntervalMs int `default:"5000" split_words:"true"`
85+
HeartbeatIntervalMs int `default:"30000" split_words:"true"`
8686

8787
HeartbeatRetryIntervalMinMs int `default:"250" split_words:"true"`
8888
HeartbeatRetryIntervalMaxMs int `default:"30000" split_words:"true"`

0 commit comments

Comments
 (0)