]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Avoid link parsing problems in front of "share" elements
[friendica.git] / static / defaults.config.php
index b199b055b87a285e7182dfbf92231f90b6c4e7fa..ea9fca2f5693115aa64e764c8be5360fe75448d0 100644 (file)
@@ -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
@@ -525,6 +525,10 @@ return [
                // The authentication password for the redis database
                'redis_password' => null,
 
+               // redistribute_activities (Boolean)
+               // Redistribute incoming activities via ActivityPub
+               'redistribute_activities' => true,
+
                // relay_deny_languages (Array)
                // Array of languages (two digit format) that are rejected.
                'relay_deny_languages' => [],
@@ -653,11 +657,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)
@@ -727,6 +731,10 @@ return [
                // ap_log_failure (Boolean)
                // Logs every ActivityPub activity that couldn't be compacted
                'ap_log_failure' => false,
+
+               // store_source (Boolean)
+               // Store the source of any post that arrived
+               'store_source' => false,
        ],
        'smarty3' => [
                // config_dir (String)