diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 876a642b1..ba069d7a3 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1219,11 +1219,11 @@ Value represents the maximum filesize in megabytes. Default is ``10``. Set to :: - 'filelocking.enabled' => false, + 'filelocking.enabled' => true, Enables transactional file locking. -This is disabled by default as it is still beta. +This is enabled by default. Prevents concurrent processes from accessing the same files at the same time. Can help prevent side effects that would @@ -1231,8 +1231,6 @@ be caused by concurrent operations. Mainly relevant for very large installations with many users working with shared files. -WARNING: BETA quality - :: 'memcache.locking' => '\\OC\\Memcache\\Redis',