diff --git a/roles/koschei/templates/config.cfg.j2 b/roles/koschei/templates/config.cfg.j2 index 7929f14cdb..d6d468dae9 100644 --- a/roles/koschei/templates/config.cfg.j2 +++ b/roles/koschei/templates/config.cfg.j2 @@ -19,7 +19,7 @@ config = { "source_tag": "{{ koschei_koji_tag }}", "target_tag": "{{ koschei_koji_tag }}", "build_tag": "{{ koschei_koji_tag }}-build", - "max_builds": 30, + "max_builds": 60, {% if env == 'staging' %} "build_arches": ['i386', 'x86_64'], {% else %} @@ -27,7 +27,7 @@ config = { {% endif %} "build_opts": { }, - "load_threshold": 0.5, + "load_threshold": 0.75, "task_priority": 30, }, "dependency": {