From 2e8db551094a105082e294e88c54e00dde1282d5 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 29 Sep 2025 11:29:49 -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 4973dae..d807762 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 = 5 * 60 * 1000; +const MAX_RUN_MS = 7 * 60 * 1000; const CORS_HEADERS = { 'Access-Control-Allow-Origin': '*',