From e0b1bfd6ab6b4f29325d54b892a7ff95b46bd837 Mon Sep 17 00:00:00 2001 From: Youzini-afk <13153778771cx@gmail.com> Date: Wed, 29 Apr 2026 16:51:12 +0800 Subject: [PATCH] chore: increase extraction vector sync timeout from 120s to 300s --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 58c56c0..34e14b3 100644 --- a/index.js +++ b/index.js @@ -1284,7 +1284,7 @@ let isRecoveringHistory = false; let lastRecallFallbackNoticeAt = 0; let lastExtractionWarningAt = 0; const LOCAL_VECTOR_TIMEOUT_MS = 300000; -const EXTRACTION_VECTOR_SYNC_TIMEOUT_MS = 120000; +const EXTRACTION_VECTOR_SYNC_TIMEOUT_MS = 300000; const STATUS_TOAST_THROTTLE_MS = 1500; const RECALL_INPUT_RECORD_TTL_MS = 60000; const TRIVIAL_GENERATION_SKIP_TTL_MS = 60000;