gc every 7d

This commit is contained in:
XenGi 2026-09-11 10:31:22 +02:00
commit 8b513ac921
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -37,7 +37,7 @@
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 14d";
options = "--delete-older-than 7d";
};
};