force recheck of existing files at start, to possibly re-hash files that were not already

This commit is contained in:
csoler 2016-12-02 19:02:41 +01:00
parent d986216f55
commit ff271c6732
2 changed files with 8 additions and 5 deletions

View file

@ -74,6 +74,6 @@ private:
uint32_t mDelayBetweenDirectoryUpdates;
bool mIsEnabled ;
bool mFollowSymLinks;
bool mNeedsFullRebuild ;
bool mNeedsFullRecheck ;
};