Fix background scan doc in config

The background scanner only processes entries with size < 0

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
Vincent Petry 2021-10-15 09:56:57 +02:00 committed by backportbot[bot]
parent 4d287dabc1
commit 2443cb3bc4

View file

@ -1897,7 +1897,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``
*/