1
0
Fork 0

atticd: Keep data in cache for 6 weeks

This commit is contained in:
Daniel Kempkens 2023-09-16 00:34:44 +02:00
parent 10bf318e59
commit dd0b1a742e
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -33,8 +33,8 @@ in
};
garbage-collection = {
interval = "12 hours";
default-retention-period = "2 weeks";
interval = "24 hours";
default-retention-period = "6 weeks";
};
};
};