zamzam
TTCTheo's Typesafe Cult
•Created by zamzam on 11/4/2023 in #questions
Increase Vercel Maximum Duration to 3 minutes
Hello everyone,
I've been really enjoying working with the t3 stack and have developed a project. Now, I need to extend the Maximum Execution Duration for one of my functions. I've tried making the following adjustments to my vercel.json:
{
"version": 2,
"functions": {
"pages/api/trpc/*/": {
"maxDuration": 180
}
}
}
However, I haven't seen the desired changes yet. Any insights?
12 replies