Increase koschei resolve cache thread numbers

This commit is contained in:
Mikolaj Izdebski 2016-02-26 15:43:52 +00:00
parent 410f02adb9
commit ef907694fb

View file

@ -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,