浏览代码

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>
tags/v26.0.0beta1
max-nextcloud 1年前
父节点
当前提交
a635674d27
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      config/config.sample.php

+ 1
- 1
config/config.sample.php 查看文件

@@ -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,


正在加载...
取消
保存