mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 20:15:07 +00:00
Replace du traversal + double find with single find -print0 + stat -f%z to eliminate 8+ minute hang on directories with 392K files. Add progress feedback via update_progress_if_needed in the outer loop.