Increase gc min age to 30d

This commit is contained in:
buffet 2022-08-15 12:47:29 +00:00
parent 8d911de295
commit 84c79a7d9c

View file

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