Skip to content

Commit

Permalink
Merge pull request #29218 from nextcloud/backport/29136/stable21
Browse files Browse the repository at this point in the history
[stable21] Add documentation for files_no_background_scan
  • Loading branch information
kesselb authored Oct 13, 2021
2 parents eb273c8 + c95fc2b commit 8d43f26
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -1891,4 +1891,15 @@
*/

'login_form_autocomplete' => true,

/**
* Disable background scanning of files
*
* By default, a background job runs every 10 minutes and execute a background
* 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``
*/
'files_no_background_scan' => false,
];

0 comments on commit 8d43f26

Please sign in to comment.