changed gc time (old was invalid?)
This commit is contained in:
parent
27aa743e28
commit
04b498f466
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
options = "--delete-older-than 7d";
|
options = "--delete-older-than 30d";
|
||||||
};
|
};
|
||||||
settings.auto-optimise-store = true;
|
settings.auto-optimise-store = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue