Merge pull request #36336 from nextcloud/backport/36333/stable24

[stable24] Fix default value for files_no_background_scan
This commit is contained in:
Simon L 2023-01-25 09:23:54 +01:00 committed by GitHub
commit 8be076afed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2101,7 +2101,7 @@ $CONFIG = [
* 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``
* Defaults to ``false``
*/
'files_no_background_scan' => false,