Merge pull request #1043 from csoler/v0.6-FT

make forceDirectoryCheck() to desactivate the pause, in case it was l…
This commit is contained in:
csoler 2017-09-17 20:27:44 +02:00 committed by GitHub
commit bf7d346e8d

View File

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