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 lock validation logic in downloader synchronization (#246)
Correct the elapsed time comparison for lock file validation. Lock files
should be considered valid when they are recent (< 10 seconds), not when
they are old (> 10 seconds).
- Before: Lock files older than 10 seconds were considered valid
- After: Lock files newer than 10 seconds are considered valid
Originally suggested in a Copilot
[review](red-data-tools/red-remote-input#10 (comment))
0 commit comments