clarify filesystem_check_changes in config.sample.php

This commit is contained in:
Carla Schroder 2016-05-23 09:25:51 -07:00
parent 524479fa09
commit 1f12551329
1 changed files with 3 additions and 2 deletions

View File

@ -1126,8 +1126,9 @@ $CONFIG = array(
'quota_include_external_storage' => false, 'quota_include_external_storage' => false,
/** /**
* Specifies how often the filesystem is checked for changes made outside * Specifies how often the local filesystem (the ownCloud data/ directory, and
* ownCloud. * 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 * 0 -> Never check the filesystem for outside changes, provides a performance
* increase when it's certain that no changes are made directly to the * increase when it's certain that no changes are made directly to the