Keep fewer old generations
This commit is contained in:
parent
8c18210ffd
commit
200337812b
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@
|
||||||
};
|
};
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
options = "--delete-older-than 7d";
|
options = "--delete-older-than 3d";
|
||||||
dates = "05:00";
|
dates = "05:00";
|
||||||
randomizedDelaySec = "30min";
|
randomizedDelaySec = "30min";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue