chore: increase extraction vector sync timeout from 120s to 300s

This commit is contained in:
Youzini-afk
2026-04-29 16:51:12 +08:00
parent 523dfd0c14
commit e0b1bfd6ab

View File

@@ -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;