X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=647fb73b13ffc325cf689a7171e45a7230daee59;hb=19155a4bb2d3f0d3935286fbb5a97333150e7dc9;hp=b199b055b87a285e7182dfbf92231f90b6c4e7fa;hpb=5e51ab95fb2e1533cfbd566baa412b79e31c5fb5;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index b199b055b8..647fb73b13 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -284,7 +284,7 @@ return [ // expire-notify-priority (integer) // Priority for the expirary notification - 'expire-notify-priority' => PRIORITY_LOW, + 'expire-notify-priority' => Friendica\Core\Worker::PRIORITY_LOW, // fetch_by_worker (Boolean) // Fetch missing posts via a background process @@ -653,11 +653,11 @@ return [ // worker_max_duration (Array) // Maximum runtime per priority. Worker processes that exceed this runtime will be terminated. 'worker_max_duration' => [ - PRIORITY_CRITICAL => 720, - PRIORITY_HIGH => 10, - PRIORITY_MEDIUM => 60, - PRIORITY_LOW => 180, - PRIORITY_NEGLIGIBLE => 720 + Friendica\Core\Worker::PRIORITY_CRITICAL => 720, + Friendica\Core\Worker::PRIORITY_HIGH => 10, + Friendica\Core\Worker::PRIORITY_MEDIUM => 60, + Friendica\Core\Worker::PRIORITY_LOW => 180, + Friendica\Core\Worker::PRIORITY_NEGLIGIBLE => 720 ], // worker_processes_cooldown (Integer)