X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=01cd24f04b3a3c9ead7aa2d74f8c30bb9d0867a6;hb=0347f4fc66d8769822eb0a3bdcfff0100fed446c;hp=a8a23ea9e9e7abaac9c374a7216d10bd4ffac18b;hpb=5ec407699b69cec52e36064c2663baba7edbad96;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index a8a23ea9e9..01cd24f04b 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -166,7 +166,7 @@ return [ // decoupled_receiver (Boolean) // Decouple incoming AP posts by doing the processing in the background. - 'decoupled_receiver' => true, + 'decoupled_receiver' => false, // distributed_cache_driver (database|memcache|memcached|redis) // Whether to use database, Memcache, Memcached or Redis as a distributed cache.