From: rinpatch Date: Fri, 8 May 2020 16:57:11 +0000 (+0300) Subject: Connection pool: fix connections being supervised by gun_sup X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=281ddd5e371c5698489774e703106bd7c3ccb56b;p=akkoma Connection pool: fix connections being supervised by gun_sup --- diff --git a/lib/pleroma/gun/api.ex b/lib/pleroma/gun/api.ex index f51cd7db8..09be74392 100644 --- a/lib/pleroma/gun/api.ex +++ b/lib/pleroma/gun/api.ex @@ -19,7 +19,8 @@ defmodule Pleroma.Gun.API do :tls_opts, :tcp_opts, :socks_opts, - :ws_opts + :ws_opts, + :supervise ] @impl Gun