Skip to content

Commit

Permalink
report usage once in an hour
Browse files Browse the repository at this point in the history
  • Loading branch information
davies authored and SandyXSD committed Aug 23, 2023
1 parent 2e51abb commit 0eda141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/usage/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ func ReportUsage(m meta.Meta, version string) {
if err := sendUsage(u); err != nil {
logger.Debugf("send usage: %s", err)
}
time.Sleep(time.Minute * 10)
time.Sleep(time.Hour)
}
}

0 comments on commit 0eda141

Please sign in to comment.