Show file system watcher delay in CLI

This commit is contained in:
Martchus 2018-09-15 18:28:44 +02:00
parent de9259e545
commit 3731933c37
1 changed files with 3 additions and 0 deletions

View File

@ -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()) {