Skip to content

Commit

Permalink
fix: Update default keep alive time to 150s (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm authored Dec 6, 2024
1 parent 1b0fb17 commit 638ba2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/output/xatu/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type Config struct {

type KeepAliveConfig struct {
Enabled *bool `yaml:"enabled" default:"true"`
Time time.Duration `yaml:"time" default:"10s"`
Time time.Duration `yaml:"time" default:"150s"`
Timeout time.Duration `yaml:"timeout" default:"30s"`
}

Expand Down

0 comments on commit 638ba2c

Please sign in to comment.