Restrict proposals for due date

Avoid dates too far in the future.
This commit is contained in:
Eike Kettner
2020-06-26 01:27:11 +02:00
parent 91da3b149e
commit d79ae6233a
6 changed files with 53 additions and 11 deletions

View File

@ -341,6 +341,13 @@ docspell.joex {
}
}
# General config for processing documents
processing {
# Restricts proposals for due dates. Only dates earlier than this
# number of years in the future are considered.
max-due-date-years = 10
}
# The same section is also present in the rest-server config. It is
# used when submitting files into the job queue for processing.
#