diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-05-25 09:40:43 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-05-25 09:40:43 +0200 |
commit | a9c8eee15c56e464fe0d420f4d8a1b9a457acf46 (patch) | |
tree | b4a6bb15957d7c89d59c4c52a4e1cc5307992344 | |
parent | 3d4f29f6224162067065bee20069176bab9083e4 (diff) | |
parent | cb8b4740e3f43b33682b8ddfe5936bdbd7eb0260 (diff) | |
download | nextcloud-server-a9c8eee15c56e464fe0d420f4d8a1b9a457acf46.tar.gz nextcloud-server-a9c8eee15c56e464fe0d420f4d8a1b9a457acf46.zip |
Merge pull request #24817 from owncloud/filesystem_check_changes-9
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 2bc19098877..27552512a8a 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1127,8 +1127,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 |