Skip to content

Commit

Permalink
Fix background scan doc in config
Browse files Browse the repository at this point in the history
The background scanner only processes entries with size < 0

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
  • Loading branch information
PVince81 committed Oct 15, 2021
1 parent 4e32fe8 commit 0da42b8
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 0da42b8

Please sign in to comment.