diff --git a/proxy/pkg/config/config.go b/proxy/pkg/config/config.go index 2889bd7..d5cc5c6 100644 --- a/proxy/pkg/config/config.go +++ b/proxy/pkg/config/config.go @@ -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"`