From e95db1291a4895da6dc53b28afbdbbbcaa73dec1 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 15 Sep 2020 00:42:03 +0100 Subject: units: Increase delay for lorry-controller-remove-old-jobs lorry-controller-remove-old-jobs is currently run at very short intervals, with a delay of 1 minute between each run. Its work isn't time-critical, and this results in a lot of unnecessary work and log spam. Increase the delay between runs to 1 hour. Related to #18. --- units/lorry-controller-remove-old-jobs.timer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/lorry-controller-remove-old-jobs.timer b/units/lorry-controller-remove-old-jobs.timer index 508a43f..186d4f3 100644 --- a/units/lorry-controller-remove-old-jobs.timer +++ b/units/lorry-controller-remove-old-jobs.timer @@ -5,4 +5,4 @@ Description=Lorry Controller remove old jobs WantedBy=multi-user.target [Timer] -OnUnitInactiveSec=60 +OnUnitInactiveSec=1h -- cgit v1.2.1