feat: faster

This commit is contained in:
s-prechtl 2025-04-01 00:09:12 +02:00
parent 664b05d820
commit 88ac767fd2

View file

@ -105,7 +105,8 @@ in {
wantedBy = ["timers.target"];
after = ["mc-aged.service"];
timerConfig = {
OnCalendar = "hourly"; # Change this as needed
#OnCalendar = "hourly"; # Change this as needed
OnCalendar = "*:0/15"; # Every 15 minutes
Persistent = true;
};
};