diff --git a/libretroshare/src/file_sharing/directory_updater.cc b/libretroshare/src/file_sharing/directory_updater.cc index be8561246..9f708bd1f 100644 --- a/libretroshare/src/file_sharing/directory_updater.cc +++ b/libretroshare/src/file_sharing/directory_updater.cc @@ -96,6 +96,9 @@ void LocalDirectoryUpdater::forceUpdate() { mForceUpdate = true ; mLastSweepTime = 0 ; + + if(mHashCache != NULL && mHashCache->hashingProcessPaused()) + mHashCache->togglePauseHashingProcess(); } bool LocalDirectoryUpdater::sweepSharedDirectories()