Set Koschei staging load_threshold to 80 %

This commit is contained in:
Mikolaj Izdebski 2019-02-12 09:22:35 +01:00
parent e04cc56096
commit 5b4a04df28

View file

@ -18,7 +18,7 @@ config = {
{% if env == 'staging' %}
"max_builds": 16,
"build_arches": ['x86_64'],
"load_threshold": 1,
"load_threshold": 0.8,
"task_priority": 30,
{% else %}
"max_builds": 60,