summaryrefslogtreecommitdiff
path: root/app/lib
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib')
-rw-r--r--app/lib/scraper-runner.server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/scraper-runner.server.ts b/app/lib/scraper-runner.server.ts
index 8392ead..f0e2ffd 100644
--- a/app/lib/scraper-runner.server.ts
+++ b/app/lib/scraper-runner.server.ts
@@ -11,7 +11,7 @@ import { closeBrowser } from "./playwright.server";
import { ALL_SCRAPERS } from "~/scrapers/index";
import type { EventInput } from "./db.server";
-const SCRAPE_WINDOW_DAYS = 35;
+const SCRAPE_WINDOW_DAYS = 65;
function scrapeWindow(): { from: string; to: string } {
const from = new Date();