From f3d1a0449c7a4512a1b329987ddce95ef8da568d Mon Sep 17 00:00:00 2001 From: Djobbo Date: Fri, 19 Jan 2024 04:42:39 +0100 Subject: [PATCH] revert timeout changes --- app/vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/vercel.json b/app/vercel.json index 33b41bbd..c141be88 100644 --- a/app/vercel.json +++ b/app/vercel.json @@ -2,11 +2,11 @@ "functions": { "pages/**/*.ts": { "memory": 1024, - "maxDuration": 30 + "maxDuration": 4 }, "pages/**/*.tsx": { "memory": 1024, - "maxDuration": 30 + "maxDuration": 4 } } } \ No newline at end of file