mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Cleanup nodes that are not reachable anymore
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user