Skip to content

Commit

Permalink
Revert "set heartbeat interval default to 5 seconds"
Browse files Browse the repository at this point in the history
This reverts commit 765c0e0.
  • Loading branch information
joao-r-reis committed Jan 13, 2023
1 parent 765c0e0 commit f893984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type Config struct {

// Heartbeat bucket

HeartbeatIntervalMs int `default:"5000" split_words:"true"`
HeartbeatIntervalMs int `default:"30000" split_words:"true"`

HeartbeatRetryIntervalMinMs int `default:"250" split_words:"true"`
HeartbeatRetryIntervalMaxMs int `default:"30000" split_words:"true"`
Expand Down

0 comments on commit f893984

Please sign in to comment.