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:
Harald Hoyer 2024-06-28 13:53:51 +02:00
parent 31dfb73435
commit a1a951bc9e

View file

@ -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";