From f4d069d0ed6fde110d4c3e798d98f39c4aed7d7a Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 14 Oct 2021 04:00:00 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 8e0827afd..2c79767e1 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -118,7 +118,7 @@ Defaults to ``sqlite3`` Your host server name, for example ``localhost``, ``hostname``, ``hostname.example.com``, or the IP address. To specify a port use ``hostname:####``; to specify a Unix socket use -``localhost:/path/to/socket``. +``/path/to/directory/containing/socket`` e.g. ``/run/postgresql/``. :: @@ -2214,6 +2214,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.