Browse Source

Merge pull request #29248 from nextcloud/fix/noid/doc-bkgscan

Fix background scan doc in config
pull/29255/head
Daniel 4 years ago
committed by GitHub
parent
commit
03311b67d0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/config.sample.php

2
config/config.sample.php

@ -1977,7 +1977,7 @@ $CONFIG = [
*
* 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.
* (size < 0 in filecache) are included. Maximum 500 users per job.
*
* Defaults to ``true``
*/

Loading…
Cancel
Save