From 04b8794e66bdd85be5aea782f2723ce54a697bb3 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 20 Jul 2022 00:36:59 -0400 Subject: [PATCH] Clarify active status further --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 366fc2d..c872a4e 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ When more than one target host is present, `rffmpeg` uses the following rules to b. If the host is `idle` (has no running processes), it is immediately chosen and the iteration stops. - c. If the host is `active`, it is checked against the host with the current fewest number of processes, adjusted for host weight. If it has the fewest, it takes over this role. + c. If the host is `active` (has at least one running process), it is checked against the host with the current fewest number of processes, adjusted for host weight. If it has the fewest, it takes over this role. 1. Once all hosts have been iterated through, at least one host should have been chosen: either the first `idle` host, or the host with the fewest number of active processes. `rffmpeg` will then begin running against this host.