https://issues.apache.org/bugzilla/show_bug.cgi?id=57253

--- Comment #2 from Stefan Bodewig <[email protected]> ---
If you look at how slowScan works you'll see the code needs to record
not-included and excluded files and dirs it encounters during a fast scan.  The
slow scan only scans the excluded/not-included dirs and would miss all the
files and directories that have been seen previously.

We could avoid holding on to those files and dirs at the cost of making the
slow scan even slower (it would have to traverse the whole filesystem again
rather than just the parts that haven't been scanned already).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to