From aa7296e93ba6f702ccb2fd4ada104530bc112a3d Mon Sep 17 00:00:00 2001 From: Riccardo Date: Fri, 18 Oct 2024 10:59:16 +0200 Subject: [PATCH] feat: set Vercel functions timeout to 30 seconds --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index 98fc3e6..67a41e7 100644 --- a/vercel.json +++ b/vercel.json @@ -9,6 +9,11 @@ "schedule": "0 5 * * *" } ], + "functions": { + "app/api/**/*": { + "maxDuration": 30 + } + }, "headers": [ { "source": "/api/(.*)",