Next.js Discord

Discord Forum

Increasing vercel function duration to 60 does not work

Unanswered
Rhinelander posted this in #help-forum
Open in Discord
RhinelanderOP
{
    "functions": {
        "app/api/**/*": {
            "maxDuration": 60
        }
    }
}


I tried to do this https://vercel.com/changelog/vercel-functions-for-hobby-can-now-run-up-to-60-seconds

0 Replies