Skip to content

Commit

Permalink
Merge pull request #29248 from nextcloud/fix/noid/doc-bkgscan
Browse files Browse the repository at this point in the history
Fix background scan doc in config
  • Loading branch information
kesselb authored Oct 15, 2021
2 parents 4e32fe8 + 0da42b8 commit 03311b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -1977,7 +1977,7 @@
*
* 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``
*/
Expand Down

0 comments on commit 03311b6

Please sign in to comment.