diff --git a/index_builder/main.go b/index_builder/main.go index d7692d9..3215441 100644 --- a/index_builder/main.go +++ b/index_builder/main.go @@ -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)