mu-indexer: clean up state management

This commit is contained in:
Dirk-Jan C. Binnema
2020-11-15 15:32:09 +02:00
parent 558add3843
commit 3f4e0cff62
2 changed files with 57 additions and 55 deletions

View File

@ -50,9 +50,9 @@ public:
/**< clean messages no longer in the file system */
size_t max_threads{};
/**< maximum # of threads to use */
bool ignore_noupdate{};
bool ignore_noupdate{};
/**< ignore .noupdate files */
bool lazy_check{};
bool lazy_check{};
/**< whether to skip directories that don't have a changed
* mtime */
};