From 32fe3a7d5ede8f37f2727603353d8c8317a5c217 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 23 Dec 2015 17:13:41 +0100 Subject: [PATCH] remove mention of 'filesystem_check_changes' => 2 from the config sample --- config/config.sample.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index 6e052d7040..3208a25514 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,