From 29cbc934fb1fd544e96ab21e3be2539cbd5610b4 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 15 Oct 2021 09:56:57 +0200 Subject: [PATCH] Fix background scan doc in config The background scanner only processes entries with size < 0 Signed-off-by: Vincent Petry --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 6cd36097212..460099a2dce 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1856,7 +1856,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`` */