diff options
Diffstat (limited to 'config/config.sample.php')
-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 ebee3fc210d..0633b94aada 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1954,7 +1954,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`` */ |