Description
In monitor thread, needsRescan is set to false before real scan starts, so
for waitForRescanIfNeeded will return for the first condition:
if (!needsRescan) { return; }
In monitor thread, needsRescan is set to false before real scan starts, so
for waitForRescanIfNeeded will return for the first condition:
if (!needsRescan) { return; }