Skip to content

Commit

Permalink
Merge pull request #143 from movio/increase-default-polling-period
Browse files Browse the repository at this point in the history
Increase default polling period to 10 seconds.
  • Loading branch information
Lucian Jones authored Apr 7, 2022
2 parents c074105 + 041ac0d commit c70fa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func GetConfig(configFiles []string) (*Config, error) {
PrivatePort: 8083,
MetricsPort: 9009,
LogLevel: log.DebugLevel,
PollInterval: "5s",
PollInterval: "10s",
MaxRequestsPerQuery: 50,
MaxServiceResponseSize: 1024 * 1024,

Expand Down

0 comments on commit c70fa63

Please sign in to comment.