mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-05 12:25:35 +08:00
Prevent large file-tree scans from launching unbounded stat and readdir work. Keep the parallel traversal benefit on high-latency mounts with a bounded queue. Ignore skipped names only for directories so same-named files stay visible.