changed gc time (old was invalid?)

This commit is contained in:
twoneis 2024-01-07 14:55:41 +01:00
parent 27aa743e28
commit 04b498f466

View file

@ -21,7 +21,7 @@
gc = { gc = {
automatic = true; automatic = true;
dates = "weekly"; dates = "weekly";
options = "--delete-older-than 7d"; options = "--delete-older-than 30d";
}; };
settings.auto-optimise-store = true; settings.auto-optimise-store = true;
}; };