From 77974464990ccc4c81e933f3411ab1071f948ef3 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Tue, 16 Jul 2024 17:23:15 -0400 Subject: [PATCH] Raise yum-cron-hourly random_sleep to 60m For https://issues.redhat.com/browse/RHEL-40868. --- etc/yum-cron-hourly.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/yum-cron-hourly.conf b/etc/yum-cron-hourly.conf index 5265d03f..f0a1d70b 100644 --- a/etc/yum-cron-hourly.conf +++ b/etc/yum-cron-hourly.conf @@ -25,7 +25,7 @@ apply_updates = no # minutes before running. This is useful for e.g. staggering the # times that multiple systems will access update servers. If # random_sleep is 0 or negative, the program will run immediately. -random_sleep = 15 +random_sleep = 60 [emitters]