Reduce number of old generations kept by default
This commit is contained in:
parent
42113468aa
commit
5449f8abc5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in
|
|||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue