You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(search): Add LastWriteTime fingerprint to cache staleness check
In-place manifest edits (version bumps, new binaries) that keep the
same file count previously evaded staleness detection until the 24h
timer expired. Now stores the maximum LastWriteTimeUtc across all
manifests during cache build and validates it on load alongside the
existing file-count check.
Computed during the same Get-ChildItem enumeration that already
counts files — zero additional I/O.
0 commit comments