Skip to content

Commit

Permalink
Update schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Mar 9, 2024
1 parent 3c89efe commit 7a1bcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/app/api/migrate/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
});

Expand Down

0 comments on commit 7a1bcfd

Please sign in to comment.