summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-05-24 10:31:20 +0200
committerVincent Petry <pvince81@owncloud.com>2016-05-24 10:31:20 +0200
commit452542747cf895eaac69d7ca486a2dcb655785d0 (patch)
treeedbe9d03a681ea10c3ead299859c31de7f77970e
parentee1f4602f3319f5043747a131838c334325ce03d (diff)
parent1f125513296ca25c31b451742595eeb34d1b955a (diff)
downloadnextcloud-server-452542747cf895eaac69d7ca486a2dcb655785d0.tar.gz
nextcloud-server-452542747cf895eaac69d7ca486a2dcb655785d0.zip
Merge pull request #24788 from owncloud/config-filesystem_check_changes
clarify filesystem_check_changes in config.sample.php
-rw-r--r--config/config.sample.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index f3c1845c5c2..2a368965fba 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1126,8 +1126,9 @@ $CONFIG = array(
'quota_include_external_storage' => false,
/**
- * Specifies how often the filesystem is checked for changes made outside
- * ownCloud.
+ * Specifies how often the local filesystem (the ownCloud data/ directory, and
+ * NFS mounts in data/) is checked for changes made outside ownCloud. This
+ * does not apply to external storages.
*
* 0 -> Never check the filesystem for outside changes, provides a performance
* increase when it's certain that no changes are made directly to the