862863864865866867868869870871872
if (!src.isRescan() && !src.isRescanFromCache()) { int startDepth = 0; if (src.isDeeper()) { startDepth = sourceQueue.getCurrentMaxDepth(); } sourceQueue.reStart(startDepth); } else { sourceQueue.reScan(); } }