diff --git a/vars/apps/mirrormanager.yml b/vars/apps/mirrormanager.yml index 661412a576..e4c7b5a916 100644 --- a/vars/apps/mirrormanager.yml +++ b/vars/apps/mirrormanager.yml @@ -18,11 +18,17 @@ mirrormanager_cron_crawler: timeout: 1080 # 18h include_disabled: true # Secondary arches + # This can be a veeery long crawl because it has all versions for secondary arches - category: "Fedora Secondary Arches" - schedule: "0 3,9 * * *" - threads: 10 - timeout: 300 + schedule: "0 9 * * 1-6" + threads: 30 + timeout: 1380 include_disabled: false + - category: "Fedora Secondary Arches" + schedule: "0 9 * * 0" + threads: 30 + timeout: 1380 + include_disabled: true # EPEL: regular weekdays run on active mirrors. - category: "Fedora EPEL" schedule: "45 */6 * * 1-6" @@ -36,17 +42,15 @@ mirrormanager_cron_crawler: timeout: 1080 include_disabled: true # Archived distros + # This can be a veeery long crawl - category: "Fedora Archive" schedule: "0 2 * * 1-6" threads: 20 - ## This can be a veeery long crawl timeout: 1380 # 23h - #host_timeout: 600 include_disabled: false - category: "Fedora Archive" schedule: "0 2 * * 0" threads: 20 - ## This can be a veeery long crawl timeout: 1380 # 23h #host_timeout: 600 include_disabled: true