generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot 2021-10-14 03:59:56 +00:00
parent f9df8e95b9
commit 4f025cd4a4
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C

View File

@ -2089,6 +2089,18 @@ Some companies require it to be disabled to comply with their security policy.
Simply set this property to "false", if you want to turn this feature off.
::
'files_no_background_scan' => false,
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``
.. ALL_OTHER_SECTIONS_END
.. Generated content above. Don't change this.