diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-09-02 17:31:02 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2015-09-02 17:31:02 +0200 |
commit | 389c8077b06f166f9ad7ac2dc2063a74d9fe6738 (patch) | |
tree | 7b420d2f186d7b757989f3e4c62481055bc21164 /config | |
parent | 4880d7729bf6442280be71ce91771ef3e077c54c (diff) | |
download | nextcloud-server-389c8077b06f166f9ad7ac2dc2063a74d9fe6738.tar.gz nextcloud-server-389c8077b06f166f9ad7ac2dc2063a74d9fe6738.zip |
update config sample
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 234bf8e0fa3..f5e36e66cc4 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1053,17 +1053,15 @@ $CONFIG = array( /** * 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 * be caused by concurrent operations. Mainly relevant for * very large installations with many users working with * shared files. - * - * WARNING: BETA quality */ -'filelocking.enabled' => false, +'filelocking.enabled' => true, /** * Memory caching backend for file locking |