feat: Extend garbage collection retention in atticd
This commit changes the default retention period for garbage collection in the attic daemon setting from 30 days to 3 months. This will allow the system to maintain data for a longer period before cleaning.
This commit is contained in:
parent
31dfb73435
commit
a1a951bc9e
|
@ -22,7 +22,7 @@
|
|||
settings = {
|
||||
api-endpoint = "https://attic.teepot.org/";
|
||||
|
||||
garbage-collection.interval = "30 days";
|
||||
garbage-collection.default-retention-period = "3 months";
|
||||
|
||||
database.url = "postgresql:///attic?host=/run/postgresql";
|
||||
|
||||
|
|
Loading…
Reference in a new issue