Skip to content

Commit

Permalink
add crawler threads entry
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Oct 12, 2021
1 parent fcbbe65 commit 914b425
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/incl/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ class Config : public ffd::ConfigParser {
*
*/
bool strict_period_;
/**
* @brief Number of worker threads to use while crawling through directory tree.
*
*/
int crawler_threads_;
/**
* @brief Path to database and FIFOs. Default location: /var/lib/autotier
*
Expand Down

0 comments on commit 914b425

Please sign in to comment.