mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #36335 from nextcloud/backport/36333/stable25
[stable25] Fix default value for files_no_background_scan
This commit is contained in:
commit
21f173d1b9
1 changed files with 1 additions and 1 deletions
|
|
@ -2181,7 +2181,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