diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-05-25 09:40:29 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-05-25 09:40:29 +0200 |
commit | c6acbb4e8b8f6f4905047427a2063a45862af9e8 (patch) | |
tree | 4650deee448f5676a3ba54640734b8aad0796ac2 | |
parent | 013031410233d701afebf59a1d68ab088d8bf7b9 (diff) | |
parent | aa3e4637b5630ddc6703e5303be0e318482c4538 (diff) | |
download | nextcloud-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.php | 5 |
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 |