24 hours delay

This commit is contained in:
Elshimy Ziad Magdy Taha 2025-12-15 13:48:58 +05:00
parent 6154e95d32
commit 2a1ce7123e

View file

@ -49,7 +49,7 @@ func main() {
sched.Schedule(func(ctx context.Context) {
log.Printf("Running scheduled scrape for page offset: %d", page)
Work(ctx)(page, googleLinkStream)
}).Every(time.Minute * 1)
}).Every(time.Hour * 24)
}
go func() {