From 8627ef2c090ad35eb75e4fdd5f79d69b1c717c51 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sun, 26 Nov 2017 03:35:41 +0100 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 753f56106..e93e306b7 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1253,8 +1253,8 @@ Available failover modes: WARNING: FAILOVER_DISTRIBUTE is a not recommended setting and we strongly suggest to not use it if you use Redis for file locking. Due to the way Redis -is synchronized it could happen, that the read for an existing lock is -scheduled to a slave that is not fully synchronized with the connected master +is synchronised it could happen, that the read for an existing lock is +scheduled to a slave that is not fully synchronised with the connected master which then causes a FileLocked exception. See https://redis.io/topics/cluster-spec for details about the Redis cluster