servers | decrease gc restention time.

This commit is contained in:
Don Harper 2025-08-03 21:41:25 -05:00
parent d427b16f13
commit 2d6f23b2f8
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ in {
gc = { gc = {
automatic = true; automatic = true;
dates = "daily"; dates = "daily";
options = "--delete-older-than 7d"; options = "--delete-older-than 3d";
}; };
}; };
imports = [ imports = [

View file

@ -20,7 +20,7 @@ in {
gc = { gc = {
automatic = true; automatic = true;
dates = "daily"; dates = "daily";
options = "--delete-older-than 7d"; options = "--delete-older-than 4d";
}; };
}; };
imports = [ imports = [