Skip to content

Commit

Permalink
Show file system watcher delay in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Sep 15, 2018
1 parent de9259e commit 3731933
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,9 @@ void Application::printDir(const RelevantDir &relevantDir) const
printProperty("Ignore permissions", dir->ignorePermissions);
printProperty("Auto-normalize", dir->autoNormalize);
printProperty("Rescan interval", rescanIntervalString(dir->rescanInterval, dir->fileSystemWatcherEnabled));
if (dir->fileSystemWatcherEnabled) {
printProperty("File watcher delay", dir->fileSystemWatcherDelay, " seconds");
}
printProperty("Min. free disk percentage", dir->minDiskFreePercentage);
printProperty("Error", dir->globalError);
if (!dir->itemErrors.empty()) {
Expand Down

0 comments on commit 3731933

Please sign in to comment.