summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-05-25 09:40:29 +0200
committerVincent Petry <pvince81@owncloud.com>2016-05-25 09:40:29 +0200
commitc6acbb4e8b8f6f4905047427a2063a45862af9e8 (patch)
tree4650deee448f5676a3ba54640734b8aad0796ac2
parent013031410233d701afebf59a1d68ab088d8bf7b9 (diff)
parentaa3e4637b5630ddc6703e5303be0e318482c4538 (diff)
downloadnextcloud-server-c6acbb4e8b8f6f4905047427a2063a45862af9e8.tar.gz
nextcloud-server-c6acbb4e8b8f6f4905047427a2063a45862af9e8.zip
Merge pull request #24818 from owncloud/filesystem_check_changes-8.2
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 256a83910bf..5953152bb90 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1055,8 +1055,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