Update index.js

This commit is contained in:
2025-09-29 11:29:49 -07:00
committed by GitHub
parent 2255308c69
commit 2e8db55109

View File

@@ -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': '*',