]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add documentation for files_no_background_scan 29136/head
authorDaniel Kesselberg <mail@danielkesselberg.de>
Fri, 8 Oct 2021 09:41:19 +0000 (11:41 +0200)
committerDaniel Kesselberg <mail@danielkesselberg.de>
Fri, 8 Oct 2021 09:41:19 +0000 (11:41 +0200)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
config/config.sample.php

index 845db00ac129430ce82e8a40decc3d78ac2b2d9e..b7e5772b91aace591a0af8b7ebd37de369b4f31f 100644 (file)
@@ -1965,4 +1965,15 @@ $CONFIG = [
  */
 
 'login_form_autocomplete' => true,
+
+/**
+ * Disable background scanning of files
+ *
+ * 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.
+ *
+ * Defaults to ``true``
+ */
+'files_no_background_scan' => false,
 ];