From: Mark Felder Date: Mon, 16 Mar 2020 20:39:34 +0000 (-0500) Subject: Enable Gun adapter by default X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=b17d8d305f5e9bf25644fd9b3457a965e3a5c001;p=akkoma Enable Gun adapter by default We need devs to dogfood this before we merge it into the 2.1 release --- diff --git a/config/config.exs b/config/config.exs index 3ec1868b2..154eda48a 100644 --- a/config/config.exs +++ b/config/config.exs @@ -170,7 +170,7 @@ config :mime, :types, %{ "application/ld+json" => ["activity+json"] } -config :tesla, adapter: Tesla.Adapter.Hackney +config :tesla, adapter: Tesla.Adapter.Gun # Configures http settings, upstream proxy etc. config :pleroma, :http, proxy_url: nil,