attic: increase retention period

This commit is contained in:
notohh 2024-02-16 13:13:10 -05:00
parent 0786f2ba87
commit 327c1ee4c3
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -27,7 +27,7 @@
}; };
garbage-collection = { garbage-collection = {
interval = "12 hours"; interval = "12 hours";
default-retention-period = "4 weeks"; default-retention-period = "8 weeks";
}; };
compression = { compression = {
type = "zstd"; type = "zstd";