Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-12-23 19:13:41 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-01-07 10:57:15 +0300
commit32fe3a7d5ede8f37f2727603353d8c8317a5c217 (patch)
treec7e6c70f4a7f00ecf6159b1815dc6224312808a4 /config
parent470bf234c545ae5d0ad9c73834f8a596593791d6 (diff)
remove mention of 'filesystem_check_changes' => 2 from the config sample
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 6e052d70404..3208a255144 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1063,9 +1063,6 @@ $CONFIG = array(
*
* 1 -> Check each file or folder at most once per request, recommended for
* general use if outside changes might happen.
- *
- * 2 -> Check every time the filesystem is used, causes a performance hit when
- * using external storages, not recommended for regular use.
*/
'filesystem_check_changes' => 0,