Merge pull request #29217 from nextcloud/backport/29136/stable22

[stable22] Add documentation for files_no_background_scan
This commit is contained in:
Daniel 2021-10-13 20:09:05 +02:00 committed by GitHub
commit e0d4246137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1948,4 +1948,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,
];