diff options
author | Daniel <mail@danielkesselberg.de> | 2021-10-15 10:04:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 10:04:44 +0200 |
commit | 03311b67d0001a53db8a0cbd9d984694c43c244e (patch) | |
tree | 7409bb9b3b172e43a7e443e24112c258eb179298 | |
parent | 4e32fe8a4e69fb14cce7cd8919c1dbb403dab51e (diff) | |
parent | 0da42b895e2d4a45e1ae50fb60fa6393196daf4e (diff) | |
download | nextcloud-server-03311b67d0001a53db8a0cbd9d984694c43c244e.tar.gz nextcloud-server-03311b67d0001a53db8a0cbd9d984694c43c244e.zip |
Merge pull request #29248 from nextcloud/fix/noid/doc-bkgscan
Fix background scan doc in config
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 3865e543042..fd25815dece 100644 --- a/config/config.sample.php +++ b/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`` */ |