Skip to content

Commit e0d4246

Browse files
authored
Merge pull request #29217 from nextcloud/backport/29136/stable22
[stable22] Add documentation for files_no_background_scan
2 parents ef56aa7 + 2290dcb commit e0d4246

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

config/config.sample.php

+11
Original file line numberDiff line numberDiff line change
@@ -1948,4 +1948,15 @@
19481948
*/
19491949

19501950
'login_form_autocomplete' => true,
1951+
1952+
/**
1953+
* Disable background scanning of files
1954+
*
1955+
* By default, a background job runs every 10 minutes and execute a background
1956+
* scan to sync filesystem and database. Only users with unscanned files
1957+
* (size=0 in filecache) are included. Maximum 500 users per job.
1958+
*
1959+
* Defaults to ``true``
1960+
*/
1961+
'files_no_background_scan' => false,
19511962
];

0 commit comments

Comments
 (0)