remove mention of 'filesystem_check_changes' => 2 from the config sample

This commit is contained in:
Robin Appelman 2015-12-23 17:13:41 +01:00 committed by Morris Jobke
parent 470bf234c5
commit 32fe3a7d5e
1 changed files with 0 additions and 3 deletions

View 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,