From e1efc82d3df29c90beddf2cb7da5262f83985dd5 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Mon, 9 Oct 2023 10:45:35 -0400
Subject: [PATCH] Increased sendnote function timeout to 300s

---
 vercel.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/vercel.json b/vercel.json
index b227136ca..dafbbb93f 100644
--- a/vercel.json
+++ b/vercel.json
@@ -61,6 +61,10 @@
       "destination": "/api/activitypub/sendNote.js"
     }
   ],
+  "functions": {
+    "/api/activitypub/sendNote.js": {
+      "maxDuration": 300
+    },
   "headers": [
     {
       "source": "/(.*).ajson",
-- 
GitLab