increase generation cleanup limit

just in case it fails from one upgrade week to the next
This commit is contained in:
Noah Masur 2024-02-19 14:28:50 +00:00
parent 4bfd65acb3
commit 203bb6a13a

View File

@ -123,7 +123,7 @@
gc = {
automatic = true;
options = "--delete-older-than 7d";
options = "--delete-older-than 10d";
};
settings = {