mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 14:20:35 +08:00
chore: increase extraction vector sync timeout from 120s to 300s
This commit is contained in:
2
index.js
2
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;
|
||||
|
||||
Reference in New Issue
Block a user