diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-05-26 14:41:37 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2015-06-01 13:22:56 +0200 |
commit | 6b965d71d170759a6c4c5d755a37f891f0166912 (patch) | |
tree | 92e1c008a1b31b28fb31aa6fa6e0a9a1270562a3 /config | |
parent | 72847dbc7794f250fb59ddf5e679d226909ec065 (diff) | |
download | nextcloud-server-6b965d71d170759a6c4c5d755a37f891f0166912.tar.gz nextcloud-server-6b965d71d170759a6c4c5d755a37f891f0166912.zip |
add seperate config option for locking memcache backend
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index a9fafe7b4f1..23a27fa3ec0 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1040,6 +1040,12 @@ $CONFIG = array( 'filelocking.enabled' => false, /** + * Memory caching backend for file locking + * Because most memcache backends can clean values without warning using redis is recommended + */ +'memcache.locking' => '\OC\Memcache\Redis', + +/** * This entry is just here to show a warning in case somebody copied the sample * configuration. DO NOT ADD THIS SWITCH TO YOUR CONFIGURATION! * |