X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=c31446cfefad7a5198b17ff8e2b184111e04e13c;hb=a0b6bdc8de47e4d0add21b36c18b07b3738a40cd;hp=2df279bbd6b6a38879646408da91c0d06f7f9a72;hpb=e7283abaa80f460836576be00223593c5077c0f3;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index 2df279bbd6..c31446cfef 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -1,6 +1,6 @@ 'database', + // distributed_cache_driver (database|memcache|memcached|redis) + // Whether to use database, Memcache, Memcached or Redis as a distributed cache. + 'distributed_cache_driver' => 'database', + // config_adapter (jit|preload) // Allow to switch the configuration adapter to improve performances at the cost of memory consumption. 'config_adapter' => 'jit', @@ -612,10 +616,6 @@ return [ // Logs every call to /inbox as a JSON file in Friendica's temporary directory 'ap_inbox_log' => false, - // show_direction (Boolean) - // Display if a post had been fetched or had been pushed towards our server - 'show_direction' => false, - // total_ap_delivery (Boolean) // Deliver via AP to every possible receiver and we suppress the delivery to these contacts with other protocols 'total_ap_delivery' => false,