mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user