Update the doc to match the reality in the code. I don't know where
the recommendation to have min_size = k+2 came from, but for awhile
now we've defaulted to K+1. See PR #8008.
Signed-off-by: Dan van der Ster <dan.vanderster@clyso.com>
(cherry picked from commit
68faf88e6babf7e5c2cce2b4d9b80a159b38c30d)
unable to recover and go active without manual intervention to temporarily change
the ``min_size`` setting.
-We recommend that ``min_size`` be ``K+2`` or greater to prevent loss of writes and
+We recommend that ``min_size`` be ``K+1`` or greater to prevent loss of writes and
loss of data.