mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Fix default value for files_no_background_scan
The value is read in b888c61463/apps/files/lib/BackgroundJob/ScanFiles.php (L105) and the default value is false.
Signed-off-by: max-nextcloud <max@nextcloud.com>
This commit is contained in:
parent
44af64c138
commit
a635674d27
1 changed files with 1 additions and 1 deletions
|
|
@ -2223,7 +2223,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