Koschei: configure parameters for upcoming paraller resolver

This commit is contained in:
Mikolaj Izdebski 2015-09-30 17:08:43 +00:00
parent d363f69d10
commit e293238378

View file

@ -34,6 +34,12 @@ config = {
"local": False,
"arches": ['x86_64', 'i386'],
"remote_repo": "http://{{ koschei_kojipkgs }}/repos/{{ koschei_koji_tag }}-build/{repo_id}/{arch}",
# For upcoming paraller resolver
"cache_l1_capacity": 8,
"cache_l2_capacity": 128,
"cache_l1_threads": 6,
"cache_l2_threads": 2,
"cache_threads_max": 8,
},
"services": {
"watcher": {