diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-12-23 17:13:41 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-01-07 08:57:15 +0100 |
commit | 32fe3a7d5ede8f37f2727603353d8c8317a5c217 (patch) | |
tree | c7e6c70f4a7f00ecf6159b1815dc6224312808a4 /config | |
parent | 470bf234c545ae5d0ad9c73834f8a596593791d6 (diff) | |
download | nextcloud-server-32fe3a7d5ede8f37f2727603353d8c8317a5c217.tar.gz nextcloud-server-32fe3a7d5ede8f37f2727603353d8c8317a5c217.zip |
remove mention of 'filesystem_check_changes' => 2 from the config sample
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 3 |
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, |