Browse Source
Fix typos in config.sample.php
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/7391/head
Morris Jobke
9 years ago
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with
2 additions and
3 deletions
-
config/config.sample.php
|
|
|
@ -817,7 +817,6 @@ $CONFIG = array( |
|
|
|
* @see appcodechecker |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* Previews |
|
|
|
* |
|
|
|
@ -1094,8 +1093,8 @@ $CONFIG = array( |
|
|
|
* |
|
|
|
* 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 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 |
|
|
|
* 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 |
|
|
|
* which then causes a FileLocked exception. |
|
|
|
* |
|
|
|
* See https://redis.io/topics/cluster-spec for details about the Redis cluster |
|
|
|
|