Update koschei cache configuration again
This commit is contained in:
parent
1f95c20f37
commit
09398fc677
1 changed files with 4 additions and 4 deletions
|
@ -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 #}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue