]> git.mxchange.org Git - friendica.git/blobdiff - static/settings.config.php
Fix the spelling
[friendica.git] / static / settings.config.php
index 5530163dc89b8bd13f7a8ec62c83e4c08ecc6040..ea7558e5f751ed9df074330a89495037a64080dd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -140,6 +140,10 @@ return [
                // If you don't want to set a maximum length, set to -1.
                'max_image_length' => -1,
 
+               // max_receivers (Integer)
+               // The maximum number of displayed receivers of posts
+               'max_receivers' => 10,
+
                // maximagesize (Integer)
                // Maximum size in bytes of an uploaded photo.
                'maximagesize' => 800000,
@@ -148,10 +152,6 @@ return [
                // Maximum system load before delivery and poll processes are deferred.
                'maxloadavg' => 20,
 
-               // maxloadavg_frontend (Integer)
-               // Maximum system load before the frontend quits service - default 50.
-               'maxloadavg_frontend' => 50,
-
                // min_memory (Integer)
                // Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated).
                'min_memory' => 0,
@@ -176,9 +176,9 @@ return [
                // Directly transmit content to relay subscribers without using a relay server
                'relay_directly' => false,
 
-               // relay_scope (SR_SCOPE_NONE, SR_SCOPE_TAGS or SR_SCOPE_ALL)
+               // relay_scope (Relay::SCOPE_NONE, Relay::SCOPE_TAGS or Relay::SCOPE_ALL)
                // Defines the scope of accepted posts from the relay servers
-               'relay_scope' => SR_SCOPE_NONE,
+               'relay_scope' => '',
 
                // relay_server_tags (String)
                // Comma separated list of tags for the "tags" subscription.