From 71b38dda0c4929094e7029165b0bca2560c22987 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 15 Nov 2025 18:43:57 -0800 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 9019172..201f0eb 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ const TTL_MS = 20 * 60 * 1000; const BATCH_MS = 800; const BATCH_BYTES = 3400; const HB_INTERVAL_MS = 3000; -const MAX_RUN_MS = 7 * 60 * 1000; +const MAX_RUN_MS = 10 * 60 * 1000; const CORS_HEADERS = { 'Access-Control-Allow-Origin': '*',