We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765c0e0 commit f893984Copy full SHA for f893984
proxy/pkg/config/config.go
@@ -82,7 +82,7 @@ type Config struct {
82
83
// Heartbeat bucket
84
85
- HeartbeatIntervalMs int `default:"5000" split_words:"true"`
+ HeartbeatIntervalMs int `default:"30000" split_words:"true"`
86
87
HeartbeatRetryIntervalMinMs int `default:"250" split_words:"true"`
88
HeartbeatRetryIntervalMaxMs int `default:"30000" split_words:"true"`
0 commit comments