X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fsettings.config.php;h=24fce52f21716776552a034c41006eb7edef24f7;hb=95f085b7acdad95fbf8381554f4551a9cbf9409c;hp=96ae421ff0e746354c9e72d2b7c004f53dc973a8;hpb=b798ca2da6d0185f7f1c313e3402313af6338d5f;p=friendica.git diff --git a/static/settings.config.php b/static/settings.config.php index 96ae421ff0..24fce52f21 100644 --- a/static/settings.config.php +++ b/static/settings.config.php @@ -1,6 +1,6 @@ 'frio,quattro,vier,duepuntozero,smoothly', + // cache_contact_avatar (Boolean) + // Cache versions of the contact avatars. Uses a lot of storage space + 'cache_contact_avatar' => true, + // curl_timeout (Integer) // Value is in seconds. Set to 0 for unlimited (not recommended). 'curl_timeout' => 60, @@ -144,10 +148,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, @@ -164,13 +164,17 @@ return [ // Comma separated list of tags that are rejected. 'relay_deny_tags' => '', + // proxify_content (Boolean) + // Use the proxy functionality for fetching external content + 'proxify_content' => true, + // relay_directly (Boolean) // 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. @@ -180,12 +184,6 @@ return [ // If enabled, the tags from the saved searches will used for the "tags" subscription in addition to the "relay_server_tags". 'relay_user_tags' => true, - // rino_encrypt (Integer) - // Server-to-server private message encryption (RINO). - // Encryption will only be provided if this setting is set to a non zero value on both servers. - // Set to 0 to disable, 2 to enable, 1 is deprecated but won't need mcrypt. - 'rino_encrypt' => 2, - // temppath (String) // Custom temporary file directory 'temppath' => '',