Fix typo from typo fix

This commit is contained in:
James Howe 2020-06-12 22:26:50 +01:00 committed by Daniel Wozniak
parent 462888ab2c
commit 27f1060ede

View file

@ -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).