mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
Merge pull request #36336 from nextcloud/backport/36333/stable24
[stable24] Fix default value for files_no_background_scan
This commit is contained in:
commit
8be076afed
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue