Skip to content

Commit

Permalink
copy stats default every hour
Browse files Browse the repository at this point in the history
  • Loading branch information
angaz committed Jul 27, 2024
1 parent 8c8c0dc commit 775e7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crawler/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ var (
statsCopyFrequencyFlag = cli.DurationFlag{
Name: "stats-copy-frequency",
Usage: "Frequency at which the stats should be copied to the stats DB",
Value: 30 * time.Minute,
Value: 1 * time.Hour,
}
nextCrawlSuccessFlag = cli.DurationFlag{
Name: "next-crawl-success",
Expand Down

0 comments on commit 775e7f7

Please sign in to comment.