mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-07 00:24:17 +08:00
- Track auth revisions and file observations to detect changes that occur while background auth scans are in flight. - Invalidate and drop stale scanned auth records in `refreshAuthState` when concurrent file modifications or deletions are observed. - Reject out-of-order delayed snapshot updates in `dispatchAuthUpdates` using watcher-local revision counters. Closes: #5528