summaryrefslogtreecommitdiffstats
path: root/config/config.sample.php
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-06-26 11:10:10 +0200
committerVincent Petry <pvince81@owncloud.com>2015-06-26 11:10:10 +0200
commiteadf789519cc4788439a962f9bda9be5f730e9f6 (patch)
treecd15a63ada9310827f384ebd5548ba23930880c2 /config/config.sample.php
parent9be1d08c3cb669f4829b0aa4af53d90cf3a9d153 (diff)
downloadnextcloud-server-eadf789519cc4788439a962f9bda9be5f730e9f6.tar.gz
nextcloud-server-eadf789519cc4788439a962f9bda9be5f730e9f6.zip
Rename experimental to transactional file locking
Diffstat (limited to 'config/config.sample.php')
-rw-r--r--config/config.sample.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 535b2c3a5cc..19e7843d6c9 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1025,14 +1025,14 @@ $CONFIG = array(
/**
- * Enables the EXPERIMENTAL file locking.
- * This is disabled by default as it is experimental.
+ * Enables transactional file locking.
+ * This is disabled by default as it is still beta.
*
* Prevents concurrent processes to access the same files
* at the same time. Can help prevent side effects that would
* be caused by concurrent operations.
*
- * WARNING: EXPERIMENTAL
+ * WARNING: BETA quality
*/
'filelocking.enabled' => false,