From 27f1060ede77593d39eb737533273699b6c2fc6b Mon Sep 17 00:00:00 2001 From: James Howe <675056+OrangeDog@users.noreply.github.com> Date: Fri, 12 Jun 2020 22:26:50 +0100 Subject: [PATCH] Fix typo from typo fix --- conf/minion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/minion b/conf/minion index e258739ab17..353f598af70 100644 --- a/conf/minion +++ b/conf/minion @@ -317,7 +317,7 @@ # recon_randomize: True # # Each minion will have a randomized reconnect value between 'recon_default' -# and 'recon_default + recon_max', which in this example means between 1000ms6 +# and 'recon_default + recon_max', which in this example means between 1000ms # 60000ms (or between 1 and 60 seconds). The generated random-value will be # doubled after each attempt to reconnect. Lets say the generated random # value is 11 seconds (or 11000ms).