[Pkg-owncloud-commits] [owncloud] 29/131: refine sample config text
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 15:58:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v8.1.1
in repository owncloud.
commit 447c60c4e46a00d74dd33ce33a7a9b80a06def21
Author: Morris Jobke <hey at morrisjobke.de>
Date: Mon Jul 6 09:11:05 2015 +0200
refine sample config text
---
config/config.sample.php | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
diff --git a/config/config.sample.php b/config/config.sample.php
index beb3434..f27ac28 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -794,12 +794,12 @@ $CONFIG = array(
* Memory caching backend configuration
*
* Available cache backends:
- * - \OC\Memcache\APC Alternative PHP Cache backend
- * - \OC\Memcache\APCu APC user backend
- * - \OC\Memcache\ArrayCache In-memory array-based backend (not recommended)
- * - \OC\Memcache\Memcached Memcached backend
- * - \OC\Memcache\Redis Redis backend
- * - \OC\Memcache\XCache XCache backend
+ * * \OC\Memcache\APC Alternative PHP Cache backend
+ * * \OC\Memcache\APCu APC user backend
+ * * \OC\Memcache\ArrayCache In-memory array-based backend (not recommended)
+ * * \OC\Memcache\Memcached Memcached backend
+ * * \OC\Memcache\Redis Redis backend
+ * * \OC\Memcache\XCache XCache backend
*/
/**
@@ -850,7 +850,7 @@ $CONFIG = array(
*/
/**
- * The example below shows how to configure ownCloud to store all files in a
+ * This example shows how to configure ownCloud to store all files in a
* swift object storage.
*
* It is important to note that ownCloud in object store mode will expect
@@ -1029,7 +1029,9 @@ $CONFIG = array(
*
* Prevents concurrent processes to access the same files
* at the same time. Can help prevent side effects that would
- * be caused by concurrent operations.
+ * be caused by concurrent operations. Mainly relevant for
+ * very large installations with many users working with
+ * shared files.
*
* WARNING: BETA quality
*/
@@ -1037,7 +1039,8 @@ $CONFIG = array(
/**
* Memory caching backend for file locking
- * Because most memcache backends can clean values without warning using redis is recommended
+ * Because most memcache backends can clean values without warning using redis
+ * is highly recommended to *avoid data loss*.
*/
'memcache.locking' => '\\OC\\Memcache\\Redis',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list