mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
make forceDirectoryCheck() to desactivate the pause, in case it was left activated
This commit is contained in:
parent
8189d660c4
commit
d8f621e9ec
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@ void LocalDirectoryUpdater::forceUpdate()
|
|||
{
|
||||
mForceUpdate = true ;
|
||||
mLastSweepTime = 0 ;
|
||||
|
||||
if(mHashCache != NULL && mHashCache->hashingProcessPaused())
|
||||
mHashCache->togglePauseHashingProcess();
|
||||
}
|
||||
|
||||
bool LocalDirectoryUpdater::sweepSharedDirectories()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue