We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef56aa7 + 2290dcb commit e0d4246Copy full SHA for e0d4246
1 file changed
config/config.sample.php
@@ -1948,4 +1948,15 @@
1948
*/
1949
1950
'login_form_autocomplete' => true,
1951
+
1952
+/**
1953
+ * Disable background scanning of files
1954
+ *
1955
+ * By default, a background job runs every 10 minutes and execute a background
1956
+ * scan to sync filesystem and database. Only users with unscanned files
1957
+ * (size=0 in filecache) are included. Maximum 500 users per job.
1958
1959
+ * Defaults to ``true``
1960
+ */
1961
+'files_no_background_scan' => false,
1962
];
0 commit comments