Skip to content

Commit

Permalink
increasing waiting
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
  • Loading branch information
vincenzopalazzo committed Oct 21, 2021
1 parent 615b79f commit 9f45db4
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 9f45db4

Please sign in to comment.