Skip to content

Commit

Permalink
Bump default to 180 minutes (3 hours) (#478)
Browse files Browse the repository at this point in the history
Along with the scanner update this Fixes #468

Signed-off-by: Chuck Ha <chuck@heptio.com>
  • Loading branch information
chuckha authored Jul 11, 2018
1 parent 0426731 commit 6c60763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func New() *Config {

cfg.Aggregation.BindAddress = DefaultAggregationServerBindAddress
cfg.Aggregation.BindPort = DefaultAggregationServerBindPort
cfg.Aggregation.TimeoutSeconds = 5400 // 90 minutes
cfg.Aggregation.TimeoutSeconds = 10800 // 180 minutes

cfg.PluginSearchPath = []string{
"./plugins.d",
Expand Down

0 comments on commit 6c60763

Please sign in to comment.