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:
+2
-2
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user