From fb65d2931bf009b592a91a87ed30a554e7fb533b Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sun, 22 May 2016 03:35:15 +0200 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 1bc3af3dd..f5b842dad 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -737,19 +737,6 @@ debugging, as your logfile will become huge. Log successful cron runs. -:: - - 'cron.lockfile.location' => '', - -Location of the lock file for cron executions can be specified here. - -Default is within the tmp directory. The file is named in the following way: -owncloud-server-$INSTANCEID-cron.lock -where $INSTANCEID is the string specified in the ``instanceid`` field. -Because the cron lock file is accessed at regular intervals, it may prevent -enabled disk drives from spinning down. A different location for this file -can solve such issues. - :: 'log_rotate_size' => false,