Make staging Koschei ignore weak dependencies

This commit is contained in:
Mikolaj Izdebski 2015-11-10 07:03:54 +00:00
parent d1691ab147
commit a654048585

View file

@ -40,6 +40,9 @@ config = {
"cache_l1_threads": 6,
"cache_l2_threads": 2,
"cache_threads_max": 8,
{% if env == 'staging' %}
"ignore_weak_deps": True,
{% endif %}
},
"services": {
"watcher": {