Update koschei cache configuration again

This commit is contained in:
Michael Simacek 2016-03-09 09:22:11 +01:00
parent 1f95c20f37
commit 09398fc677

View file

@ -39,11 +39,11 @@ config = {
"arches": ['x86_64', 'i386'],
"persist_chunk_size": 300,
"resolver_queue_size": 100,
"dependency_fetch_chunk_size": 100,
"cache_l1_capacity": 2,
"dependency_fetch_chunk_size": 150,
"cache_l1_capacity": 4,
"cache_l2_capacity": 128,
"cache_l1_threads": 2,
"cache_l2_threads": 2,
"cache_l1_threads": 3,
"cache_l2_threads": 1,
"cache_threads_max": 4,
{% if False %}
{# hawkey on el7 doesn't support ignore_weak_deps and Koji is not ignoring them either #}