Skip to content

Commit

Permalink
run for a week
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanVolkov committed Sep 10, 2024
1 parent 89a6cae commit eaec8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index_builder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func main() {
fmt.Println(fmt.Sprintf("Index size: %v", count))
end := time.Now()

end = indexTimestamp.Add(time.Hour * 24 * 31)
end = indexTimestamp.Add(time.Hour * 24 * 7)

fmt.Println(fmt.Sprintf("start: %v - end: %v", indexTimestamp.Format(time.RFC3339Nano), end.Format(time.RFC3339Nano)))
uniqueURLs := goindexloader.GetUniqueURLs(indexTimestamp, end, time.Hour*2)
Expand Down

0 comments on commit eaec8ab

Please sign in to comment.