mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Cleanup remember-me tokens periodically
This commit is contained in:
@ -142,6 +142,17 @@ docspell.joex {
|
||||
older-than = "30 days"
|
||||
}
|
||||
|
||||
# This task removes expired remember-me tokens. The timespan
|
||||
# should be greater than the `valid` time in the restserver
|
||||
# config.
|
||||
cleanup-remember-me = {
|
||||
# Whether the job is enabled.
|
||||
enabled = true
|
||||
|
||||
# The minimum age of tokens to be deleted.
|
||||
older-than = "30 days"
|
||||
}
|
||||
|
||||
# Jobs store their log output in the database. Normally this data
|
||||
# is only interesting for some period of time. The processing logs
|
||||
# of old files can be removed eventually.
|
||||
|
Reference in New Issue
Block a user