diff --git a/convex/reports.ts b/convex/reports.ts index e7ef002..da6fbd4 100644 --- a/convex/reports.ts +++ b/convex/reports.ts @@ -52,7 +52,7 @@ export const ONE_DAY_MS = 24 * 60 * 60 * 1000; const REPORTS_PAGE_SIZE = 200; const RESOLVED_CHUNK_MS = 6 * 60 * 60 * 1000; -const MAX_RANGE_DAYS = 14; +const MAX_RANGE_DAYS = 90; const MAX_RANGE_MS = MAX_RANGE_DAYS * ONE_DAY_MS; const CACHE_TTL_MS = 60_000; const LOCK_TTL_MS = 45_000;