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