From 82ba5ab67dc308576a1b246ca97c45932fb29f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 13 Sep 2024 15:59:53 +0200 Subject: [PATCH] Scan the ELN mirrors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- vars/apps/mirrormanager.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vars/apps/mirrormanager.yml b/vars/apps/mirrormanager.yml index f0330bd34e..f0cbb27889 100644 --- a/vars/apps/mirrormanager.yml +++ b/vars/apps/mirrormanager.yml @@ -24,6 +24,12 @@ mirrormanager_cron_crawler: threads: 40 timeout: 300 include_disabled: false + # ELN: run on active mirrors. + - category: "Fedora ELN" + schedule: "45 */6 * * *" + threads: 40 + timeout: 300 + include_disabled: false # Archived distros # This can be a veeery long crawl - category: "Fedora Archive"