VengeanceV
tRPC3y ago
2 replies
Vengeance

Vercel maxDuration with tRPC

How do you extend extend tRPC timeouts on Vercel? I tried this in vercel.json:

{
  "functions": {
    "api/trpc/[trpc].ts": {
      "maxDuration": 300
    }
  }
}
Solution
Nvm I got it
src/pages/api/trpc/[trpc].ts
Was this page helpful?