remove mention of 'filesystem_check_changes' => 2 from the config sample
This commit is contained in:
parent
470bf234c5
commit
32fe3a7d5e
1 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in a new issue