Don't check for updates for sub storages, these scans should be done in the background

This commit is contained in:
Michael Gapczynski 2013-01-26 16:11:35 -05:00
parent f25db779d9
commit 03b947e3ec
1 changed files with 0 additions and 3 deletions

View File

@ -769,9 +769,6 @@ class View {
if ($subCache->getStatus('') === Cache\Cache::NOT_FOUND) {
$subScanner = $subStorage->getScanner('');
$subScanner->scanFile('');
} else {
$subWatcher = $subStorage->getWatcher('');
$subWatcher->checkUpdate('');
}
$rootEntry = $subCache->get('');