]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Merge pull request #11913 from tobiasd/2022.09-CHANGELOG
[friendica.git] / static / defaults.config.php
index b199b055b87a285e7182dfbf92231f90b6c4e7fa..f20b333dd8a4667969c1179bd3093ba88a2e6d62 100644 (file)
@@ -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)