Add documentation for files_no_background_scan

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2021-10-08 11:41:19 +02:00 committed by backportbot[bot]
parent eb273c8e5a
commit c95fc2baac

View file

@ -1891,4 +1891,15 @@ $CONFIG = [
*/
'login_form_autocomplete' => true,
/**
* Disable background scanning of files
*
* 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.
*
* Defaults to ``true``
*/
'files_no_background_scan' => false,
];