GC slightly less agressively
This commit is contained in:
parent
f6297461f5
commit
de8c6e1327
|
@ -37,7 +37,7 @@
|
||||||
# GC agressively
|
# GC agressively
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "hourly";
|
dates = "daily";
|
||||||
options = "--delete-older-than 7d";
|
options = "--delete-older-than 7d";
|
||||||
};
|
};
|
||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
|
|
Loading…
Reference in a new issue