diff options
author | Carla Schroder <carla@owncloud.com> | 2016-05-23 09:25:51 -0700 |
---|---|---|
committer | Carla Schroder <carla@owncloud.com> | 2016-05-23 09:25:51 -0700 |
commit | 1f125513296ca25c31b451742595eeb34d1b955a (patch) | |
tree | a9e8a51d84d301e97711e2bdb4a9e4144ee2f2ce /config/config.sample.php | |
parent | 524479fa09851f25774bbc71d3ffb1661c01bcbe (diff) | |
download | nextcloud-server-1f125513296ca25c31b451742595eeb34d1b955a.tar.gz nextcloud-server-1f125513296ca25c31b451742595eeb34d1b955a.zip |
clarify filesystem_check_changes in config.sample.php
Diffstat (limited to 'config/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 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 |