Skip to content

Commit

Permalink
Merge pull request #47 from OpenLNMetrics/dev
Browse files Browse the repository at this point in the history
increasing update time
  • Loading branch information
vincenzopalazzo committed Oct 21, 2021
2 parents c592ff8 + 9f45db4 commit 0ad5f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/go-lnmetrics.reporter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func main() {

// To set the time the following doc is followed
// https://pkg.go.dev/github.com/robfig/cron?utm_source=godoc
metricsPlugin.RegisterRecurrentEvt("@every 10s")
metricsPlugin.RegisterRecurrentEvt("@every 30m")

metricsPlugin.Cron.Start()

Expand Down

0 comments on commit 0ad5f11

Please sign in to comment.