From 79733f7261de4751f99e3578cfe24a7ebd9ef88f Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 22 Jul 2022 02:34:23 -0400 Subject: [PATCH] Fix missing space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b5b910..7d6c7d3 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ When more than one target host is present, `rffmpeg` uses the following rules to 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. If no valid target host was found, `localhost`is used (see section [Localhost and Fallback](README.md#localhost-and-fallback) above). +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. If no valid target host was found, `localhost` is used (see section [Localhost and Fallback](README.md#localhost-and-fallback) above). ### Target Host Weights and Duplicated Target Hosts