]> git.mxchange.org Git - friendica.git/blobdiff - config/defaults.config.php
Separate config options to display the worker jobs per minute
[friendica.git] / config / defaults.config.php
index 42533f5ad20f7db728976e1b7d2e38c4f0142ac8..18859ee103f9439bb7cb3bca7d40bbadfabb708f 100644 (file)
@@ -393,6 +393,10 @@ return [
                // Number of worker tasks that are fetched in a single query.
                'worker_fetch_limit' => 1,
 
+               // worker_jpm (Boolean)
+               // If enabled, it prints out the jobs per minute.
+               'worker_jpm' => false,
+
                // worker_load_exponent (Integer)
                // Default 3, which allows only 25% of the maximum worker queues when server load reaches around 37% of maximum load.
                // For a linear response where 25% of worker queues are allowed at 75% of maximum load, set this to 1.