mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
Increase koschei resolve cache thread numbers
This commit is contained in:
@@ -40,11 +40,11 @@ config = {
|
||||
"keep_build_deps_for": 1,
|
||||
"local": False,
|
||||
"arches": ['x86_64', 'i386'],
|
||||
"cache_l1_capacity": 4,
|
||||
"cache_l1_capacity": 6,
|
||||
"cache_l2_capacity": 128,
|
||||
"cache_l1_threads": 1,
|
||||
"cache_l1_threads": 3,
|
||||
"cache_l2_threads": 1,
|
||||
"cache_threads_max": 2,
|
||||
"cache_threads_max": 4,
|
||||
{% if False %}
|
||||
{# hawkey on el7 doesn't support ignore_weak_deps and Koji is not ignoring them either #}
|
||||
"ignore_weak_deps": True,
|
||||
|
||||
Reference in New Issue
Block a user