Cleanup nodes that are not reachable anymore

This commit is contained in:
Eike Kettner
2021-02-18 00:34:37 +01:00
parent b16166f1e9
commit d7bc963450
9 changed files with 139 additions and 7 deletions

View File

@ -170,6 +170,14 @@ docspell.joex {
# whether more or less memory should be used.
delete-batch = "100"
}
# Removes node entries that are not reachable anymore.
check-nodes {
# Whether this task is enabled
enabled = true
# How often the node must be unreachable, before it is removed.
min-not-found = 2
}
}
# Configuration of text extraction