]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove mention of 'filesystem_check_changes' => 2 from the config sample
authorRobin Appelman <icewind@owncloud.com>
Wed, 23 Dec 2015 16:13:41 +0000 (17:13 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 7 Jan 2016 07:57:15 +0000 (08:57 +0100)
config/config.sample.php

index 6e052d70404f278dfbfc0e211d23e13bacdd4381..3208a255144af3ba8650b59d7ffe5c9ee6f70795 100644 (file)
@@ -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,