mirror of
https://github.com/nextcloud/server.git
synced 2026-04-05 00:56:16 -04:00
Fix background scan doc in config
The background scanner only processes entries with size < 0 Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
parent
4e32fe8a4e
commit
0da42b895e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue