feat: harden official sync scheduling and integrity

This commit is contained in:
2026-07-11 01:06:02 +08:00
parent 2bdc55a1be
commit 264e78c440
11 changed files with 474 additions and 99 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ cargo run -p bat-infrastructure --bin bat-official-sync -- \
--dry-run
```
常驻自动更新,正常情况下默认每 1 小时检查一次;远端和本地一致时静默。下载或发现失败时默认 60 秒后重试,可用 `--error-retry 60s` 调整:
常驻自动更新,正常情况下默认每 1 小时检查一次;每天北京时间(UTC+8`03:00``16:00``18:00` 会强制执行一次自动刷新。远端和本地一致时静默。下载或发现失败时默认 60 秒后重试,可用 `--error-retry 60s` 调整:
```bash
cargo run -p bat-infrastructure --bin bat-official-sync -- \