1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Add setence on performance in regards to connected runners

This commit is contained in:
Steve Schilinski
2022-08-11 13:25:24 -07:00
parent a0b98c3210
commit b433045ad9

View File

@@ -97,7 +97,7 @@ Maximum concurrency was measured using multiple repositories, job duration of ap
{% note %}
**Note:** Beginning with {% data variables.product.prodname_ghe_server %} 3.6, {% data variables.product.company_short %} documents connected runners as opposed to concurrent jobs. Connected runners represents the most runners you can connect and expect to utilize.
**Note:** Beginning with {% data variables.product.prodname_ghe_server %} 3.6, {% data variables.product.company_short %} documents connected runners as opposed to concurrent jobs. Connected runners represents the most runners you can connect and expect to utilize. It should also be noted that connecting more runners than you can expect to utilize can negatively impact performance.
{% endnote %}
{% note %}