mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 21:34:10 -05:00
make forceDirectoryCheck() to desactivate the pause, in case it was left activated
This commit is contained in:
parent
8189d660c4
commit
d8f621e9ec
@ -96,6 +96,9 @@ void LocalDirectoryUpdater::forceUpdate()
|
||||
{
|
||||
mForceUpdate = true ;
|
||||
mLastSweepTime = 0 ;
|
||||
|
||||
if(mHashCache != NULL && mHashCache->hashingProcessPaused())
|
||||
mHashCache->togglePauseHashingProcess();
|
||||
}
|
||||
|
||||
bool LocalDirectoryUpdater::sweepSharedDirectories()
|
||||
|
Loading…
x
Reference in New Issue
Block a user