]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Add feedback (title/text/html)
[friendica.git] / static / defaults.config.php
index 2df279bbd6b6a38879646408da91c0d06f7f9a72..dc0d4e887d840f731445edc405976c63532cba1e 100644 (file)
@@ -141,6 +141,10 @@ return [
                // Whether to use Memcache, Memcached, Redis or APCu to store temporary cache.
                'cache_driver' => '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',