From e347a820c68ee14a15537b62ac34fd885cdddccf Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 21 Sep 2022 14:47:50 +0200 Subject: [PATCH] increase random delay for wkd sync Most systems run this in the same 12 hours... Stop DDOS'ing ourselves and spread over the whole week. Fixes #198 --- wkd_sync/archlinux-keyring-wkd-sync.timer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wkd_sync/archlinux-keyring-wkd-sync.timer b/wkd_sync/archlinux-keyring-wkd-sync.timer index fb54dea..8bdea3e 100644 --- a/wkd_sync/archlinux-keyring-wkd-sync.timer +++ b/wkd_sync/archlinux-keyring-wkd-sync.timer @@ -4,7 +4,7 @@ Description=Refresh existing PGP keys of archlinux-keyring regularly [Timer] OnCalendar=weekly Persistent=true -RandomizedDelaySec=12h +RandomizedDelaySec=1week [Install] WantedBy=timers.target