From bdf37b08ad0dfc36a8af9bb3160ae6b492802b30 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Thu, 17 Mar 2022 12:01:38 +0000 Subject: Change the download service to run hourly Checking for new updates isn't resource-intensive, and the downloads will happen one way or another - this just makes them happen sooner. The main change here is that the desktop notification will happen sooner, and once per hour. I think this is reasonable, as XDG notifications don't interrupt the user's workflow, don't steal focus, and don't even need to be dismissed. It's just a heads-up, and a low-level reminder. --- adu-download.timer | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adu-download.timer b/adu-download.timer index 37df590..2f980e2 100644 --- a/adu-download.timer +++ b/adu-download.timer @@ -2,8 +2,7 @@ Description=Apt Desktop Upgrades package list updater/downloader [Timer] -OnCalendar=00,06,12,18:00 -AccuracySec=1h +OnCalendar=hourly [Install] WantedBy=timers.target -- cgit v1.2.1