fix: increase default delete retention to 15 months (#10252)

365 + 90 days = 10920h.

Also, actually enforce the minimum interval of 24h.
This commit is contained in:
Jakob Borg
2025-08-14 08:15:53 +02:00
committed by GitHub
parent 370bbb8f26
commit 7a76685d7e
4 changed files with 16 additions and 11 deletions
+2 -2
View File
@@ -15,8 +15,8 @@
line options have been removed and will be ignored if given.
- Deleted items are no longer kept forever in the database, instead they are
forgotten after six months. If your use case require deletes to take
effect after more than a six month delay, set the
forgotten after fifteen months. If your use case require deletes to take
effect after more than a fifteen month delay, set the
`--db-delete-retention-interval` command line option or corresponding
environment variable to zero, or a longer time interval of your choosing.