Make garbage collection less aggressive

This commit is contained in:
Andreas Zweili 2024-04-15 23:03:23 +02:00
parent f71cff27ed
commit 60a0c2fe29
1 changed files with 2 additions and 1 deletions

View File

@ -157,8 +157,9 @@ in
# enable garbage collection
gc = {
automatic = true;
dates = "16:00";
dates = "weekly";
options = "--delete-older-than 30d";
persistent = true;
};
optimise = {
automatic = true;