From b6e7929d0011183b2468b7b26f092b7848d58635 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 16 Nov 2025 15:25:36 -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 e292672..a4c883d 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 = 9 * 60 * 1000; const CORS_HEADERS = { 'Access-Control-Allow-Origin': '*',