Skip to content

Commit

Permalink
ceb: lower update period
Browse files Browse the repository at this point in the history
  • Loading branch information
hg committed Jun 8, 2021
1 parent 2896816 commit f2f4a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/ceb/ceb.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func Collect(sender *influx.MeasurementSender) {
if err := col.run(); err != nil {
log.Error("could not get ceb measurements", zap.Error(err))
}
time.Sleep(15 * time.Minute)
time.Sleep(10 * time.Minute)
}
}

Expand Down

0 comments on commit f2f4a93

Please sign in to comment.