added full re-scan when symbolic links are (des)activated, since the directory time stamps will not trigger an update

This commit is contained in:
mr-alice 2016-11-25 20:50:10 +01:00
parent 3f3efca22d
commit 2953957e66
2 changed files with 12 additions and 2 deletions

View file

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