gc every 7d
This commit is contained in:
parent
4af61e68a7
commit
8b513ac921
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 14d";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue