Skip to content

Commit

Permalink
max duration
Browse files Browse the repository at this point in the history
  • Loading branch information
zapolnoch committed Dec 21, 2024
1 parent 83c2024 commit c2c106e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/api/cron/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import prisma from "@/prisma"
import { getMysqlClient } from "@/prisma/mysql"
import { NextResponse } from "next/server"

export const maxDuration = 60
export const revalidate = 900

export async function GET() {
Expand Down

0 comments on commit c2c106e

Please sign in to comment.