X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=e11e4c5c8d09170a924d385d7b5f54ae5adafd01;hb=04caf1777298b9baaf92722b5b1698d342831400;hp=2bc2bea5b1a93648d3a75142317fe9d33bbf59db;hpb=42a8bd7195b0af7c17a347e73c5f1ebcd529b493;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index 2bc2bea5b1..e11e4c5c8d 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -194,6 +194,10 @@ return [ // If it is not running and hadn't been terminated normally, it will be started automatically. 'daemon_watchdog' => false, + // delete_sleeping_processes (Boolean) + // Periodically delete waiting database processes. + 'delete_sleeping_processes' => false, + // diaspora_test (Boolean) // For development only. Disables the message transfer. 'diaspora_test' => false, @@ -243,10 +247,6 @@ return [ // Number of "free" searches when system => permit_crawling is enabled. 'free_crawls' => 10, - // frontend_worker_timeout (Integer) - // Value in minutes after we think that a frontend task was killed by the webserver. - 'frontend_worker_timeout' => 10, - // groupedit_image_limit (Integer) // Number of contacts at which the group editor should switch from display the profile pictures of the contacts to only display the names. // This can alternatively be set on a per account basis in the pconfig table.