From 7a1bcfd3f35a2dcc52e7332f0825c7fb25c0cd6e Mon Sep 17 00:00:00 2001 From: Pontus Abrahamsson Date: Sat, 9 Mar 2024 12:45:01 +0100 Subject: [PATCH] Update schedule --- apps/dashboard/src/app/api/migrate/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/app/api/migrate/route.ts b/apps/dashboard/src/app/api/migrate/route.ts index 4eaef5de6d..43c296db8f 100644 --- a/apps/dashboard/src/app/api/migrate/route.ts +++ b/apps/dashboard/src/app/api/migrate/route.ts @@ -9,7 +9,7 @@ export async function GET(req) { const event = await scheduler.register(teamId, { type: "interval", options: { - seconds: 3600, // every 1h + seconds: 3600 * 6, // every 6h }, });