GC slightly less agressively

This commit is contained in:
Nathan McCarty 2025-01-13 14:56:43 -05:00
parent f6297461f5
commit de8c6e1327

View file

@ -37,7 +37,7 @@
# GC agressively
gc = {
automatic = true;
dates = "hourly";
dates = "daily";
options = "--delete-older-than 7d";
};
distributedBuilds = true;