Set Koschei staging load_threshold to 80 %
This commit is contained in:
parent
e04cc56096
commit
5b4a04df28
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue