enable daily garbage collection

This commit is contained in:
Andreas Zweili 2021-12-08 08:31:37 +01:00
parent 4c97d42f7e
commit 20e4d7b69a
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
# enable garbage collection
gc = {
automatic = true;
dates = "weekly";
dates = "daily";
options = "--delete-older-than 7d";
};
};