Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-10-15 10:56:57 +0300
committerVincent Petry <vincent@nextcloud.com>2021-10-15 10:56:57 +0300
commit0da42b895e2d4a45e1ae50fb60fa6393196daf4e (patch)
tree7409bb9b3b172e43a7e443e24112c258eb179298 /config/config.sample.php
parent4e32fe8a4e69fb14cce7cd8919c1dbb403dab51e (diff)
Fix background scan doc in config
The background scanner only processes entries with size < 0 Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'config/config.sample.php')
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 3865e543042..fd25815dece 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1977,7 +1977,7 @@ $CONFIG = [
*
* By default, a background job runs every 10 minutes and execute a background
* scan to sync filesystem and database. Only users with unscanned files
- * (size=0 in filecache) are included. Maximum 500 users per job.
+ * (size < 0 in filecache) are included. Maximum 500 users per job.
*
* Defaults to ``true``
*/