MCPcopy Create free account
hub / github.com/Rfym21/Qwen2API /

Class

src/utils/data-persistence.js:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12const STATS_PERSIST_DEBOUNCE_MS = 5000
13// 备份(data.json.bak)最小刷新间隔——不必每次落盘都多写一份
14const BACKUP_MIN_INTERVAL_MS = 5 * 60 * 1000
15// rename 重试间隔:Windows / 网络盘上目标文件被占用时可能短暂 EPERM / EBUSY
16const RENAME_RETRY_DELAYS_MS = [20, 50, 100]
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected