@@ -296,19 +296,19 @@ On interactive terminals, missing port/password prompts use semantic readline wi
296296| ` healthyUpsDeviation ` | UPS delta | ` 2.0 ` | Maximum absolute deviation from ` targetUps ` that still counts as healthy |
297297| ` warningUpsDeviation ` | UPS delta | ` 5.0 ` | Maximum absolute deviation from ` targetUps ` that still counts as warning before turning bad |
298298| ` utilHealthyMax ` | ratio (` 0.0 ` -` 1.0 ` ) | ` 0.55 ` | Highest busy-utilization value that still counts as healthy |
299- | ` utilWarningMax ` | ratio (` 0.0 ` -` 1.0 ` ) | ` 0.85 ` | Highest busy-utilization value that still counts as warning before turning bad |
299+ | ` utilWarningMax ` | ratio (` 0.0 ` -` 1.0 ` ) | ` 0.80 ` | Highest busy-utilization value that still counts as warning before turning bad |
300300| ` onlineWarnRemainingSlots ` | slots | ` 5 ` | Remaining player slots at or below this value turn the online indicator to warning |
301301| ` onlineBadRemainingSlots ` | slots | ` 0 ` | Remaining player slots at or below this value turn the online indicator to bad/full |
302302| ` bandwidthUnit ` | enum | ` bytes ` | Bandwidth display family: ` bytes ` (` KB/s -> MB/s -> GB/s -> TB/s ` ) or ` bits ` (` Kbps -> Mbps -> Gbps -> Tbps ` ) |
303303| ` bandwidthRolloverThreshold ` | current display unit | ` 500.0 ` | Value at or above this threshold promotes the formatter to the next bandwidth unit |
304- | ` upWarnKBps ` | KB/s | ` 595 .0` | Server upstream bandwidth threshold that turns the network indicator to warning |
305- | ` upBadKBps ` | KB/s | ` 665 .0` | Server upstream bandwidth threshold that turns the network indicator to bad |
306- | ` downWarnKBps ` | KB/s | ` 85 .0` | Server downstream bandwidth threshold that turns the network indicator to warning |
307- | ` downBadKBps ` | KB/s | ` 95 .0` | Server downstream bandwidth threshold that turns the network indicator to bad |
308- | ` launcherUpWarnKBps ` | KB/s | ` 1487.5 ` | Launcher upstream bandwidth threshold that turns the network indicator to warning |
309- | ` launcherUpBadKBps ` | KB/s | ` 1662.5 ` | Launcher upstream bandwidth threshold that turns the network indicator to bad |
310- | ` launcherDownWarnKBps ` | KB/s | ` 212.5 ` | Launcher downstream bandwidth threshold that turns the network indicator to warning |
311- | ` launcherDownBadKBps ` | KB/s | ` 237.5 ` | Launcher downstream bandwidth threshold that turns the network indicator to bad |
304+ | ` upWarnKBps ` | KB/s | ` 800 .0` | Server upstream bandwidth threshold that turns the network indicator to warning |
305+ | ` upBadKBps ` | KB/s | ` 1600 .0` | Server upstream bandwidth threshold that turns the network indicator to bad |
306+ | ` downWarnKBps ` | KB/s | ` 50 .0` | Server downstream bandwidth threshold that turns the network indicator to warning |
307+ | ` downBadKBps ` | KB/s | ` 100 .0` | Server downstream bandwidth threshold that turns the network indicator to bad |
308+ | ` launcherUpWarnKBps ` | KB/s | ` 2400.0 ` | Launcher upstream bandwidth threshold that turns the network indicator to warning |
309+ | ` launcherUpBadKBps ` | KB/s | ` 4800.0 ` | Launcher upstream bandwidth threshold that turns the network indicator to bad |
310+ | ` launcherDownWarnKBps ` | KB/s | ` 150.0 ` | Launcher downstream bandwidth threshold that turns the network indicator to warning |
311+ | ` launcherDownBadKBps ` | KB/s | ` 300.0 ` | Launcher downstream bandwidth threshold that turns the network indicator to bad |
312312
313313</details >
314314
0 commit comments