Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Handle Interrupted Error #464

Merged
merged 1 commit into from
Jan 26, 2025
Merged

fix: Handle Interrupted Error #464

merged 1 commit into from
Jan 26, 2025

Conversation

bootandy
Copy link
Owner

Rust may throw Interrupted errors while scanning filesystem. These may be retried:
https://doc.rust-lang.org/std/io/enum.ErrorKind.html#variant.Interrupted

Fixes:
#420

@bootandy bootandy force-pushed the perf branch 3 times, most recently from 8378aa7 to db6ab76 Compare January 25, 2025 22:56
Rust may throw Interrupted errors while scanning filesystem. These may
be retried:
https://doc.rust-lang.org/std/io/enum.ErrorKind.html#variant.Interrupted
@bootandy bootandy merged commit 8e087e0 into master Jan 26, 2025
34 checks passed
@bootandy bootandy deleted the perf branch January 26, 2025 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant