From d432884c7f203487630dc5c4f7dba8e43126ccf5 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 27 Sep 2025 18:07:31 -0700 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f290b68..141a877 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,7 @@ const TTL_MS = 20 * 60 * 1000; const BATCH_MS = 800; const BATCH_BYTES = 3400; const HB_INTERVAL_MS = 3000; -const MAX_RUN_MS = 15 * 60 * 1000; +const MAX_RUN_MS = 8 * 60 * 1000; const CORS_HEADERS = { 'Access-Control-Allow-Origin': '*',