make forceDirectoryCheck() to desactivate the pause, in case it was left activated

This commit is contained in:
csoler 2017-09-17 20:14:45 +02:00
parent 8189d660c4
commit d8f621e9ec

View File

@ -96,6 +96,9 @@ void LocalDirectoryUpdater::forceUpdate()
{
mForceUpdate = true ;
mLastSweepTime = 0 ;
if(mHashCache != NULL && mHashCache->hashingProcessPaused())
mHashCache->togglePauseHashingProcess();
}
bool LocalDirectoryUpdater::sweepSharedDirectories()