mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #507] [MERGED] fix: dir_walker interrupted error #515
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/507
Author: @bootandy
Created: 7/2/2025
Status: ✅ Merged
Merged: 7/5/2025
Merged by: @bootandy
Base:
master← Head:ignore_interupt📝 Commits (3)
84fa0eafix: dir_walker interrupted error8b450f1Revert "fix: dir_walker interrupted error"84ec23bfix: interrupted error, set limit to 999 instead.📊 Changes
1 file changed (+3 additions, -1 deletions)
View changed files
📝
src/dir_walker.rs(+3 -1)📄 Description
Ignore and continue if we get many interrupted errors instead of panicing on 3.
This is from user feedback who reported occasional panics from too many interrupted errors
https://github.com/bootandy/dust/issues/495#issuecomment-3026673312
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.