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
Widen atomicWriteFile's Windows rename-retry budget and sleep without spinning
The ~910ms backoff budget (8 retries, 200ms cap) was exhausted twice in a row
by the same test on a Windows CI runner (harper#2036) - an AV real-time scan
can hold harper-config.yaml for over a second. Widen to 12 retries with a
500ms cap (~3.6s worst case), and replace the performance.now() busy-spin
with a timeout-only Atomics.wait so the wait is CPU-idle, which is what makes
the longer budget affordable.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments