diff --git a/scraper/index.ts b/scraper/index.ts index 762ee3bbf..f7d4e7140 100644 --- a/scraper/index.ts +++ b/scraper/index.ts @@ -4,7 +4,7 @@ import nodeCron from "node-cron"; import { Scraper } from "./scraper"; const main = () => { - nodeCron.schedule("*/1 * * * *", () => { + nodeCron.schedule("*/10 * * * *", () => { removeSync("./cache/schedules"); const scraper = new Scraper(); scraper.scrape();