From c20958ba72ce68e6451d3438fe0ab897ccfebfc6 Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 21 Feb 2020 14:50:44 +0000 Subject: [PATCH] decrease timer frequency --- pacman-update-count.timer | 6 +++--- update-notifier.timer | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pacman-update-count.timer b/pacman-update-count.timer index 1fcf5a0..7c33354 100644 --- a/pacman-update-count.timer +++ b/pacman-update-count.timer @@ -2,9 +2,9 @@ Description=Periodically run pacman-update-count [Timer] -OnBootSec=55minutes -OnActiveSec=1sec -OnUnitActiveSec=110minutes +OnBootSec=30minutes +OnActiveSec=1minute +OnUnitActiveSec=3hours [Install] WantedBy=timers.target diff --git a/update-notifier.timer b/update-notifier.timer index d83d3ab..49b7c41 100644 --- a/update-notifier.timer +++ b/update-notifier.timer @@ -2,9 +2,9 @@ Description=Periodically run update-notifier [Timer] -OnBootSec=1hour -OnActiveSec=1sec -OnUnitActiveSec=2hours +OnBootSec=40minutes +OnActiveSec=11minutes +OnUnitActiveSec=3hours [Install] WantedBy=timers.target