Connection pool: fix connections being supervised by gun_sup
authorrinpatch <rinpatch@sdf.org>
Fri, 8 May 2020 16:57:11 +0000 (19:57 +0300)
committerrinpatch <rinpatch@sdf.org>
Wed, 15 Jul 2020 12:26:35 +0000 (15:26 +0300)
lib/pleroma/gun/api.ex

index f51cd7db8a83cb995f6c609deac3e48456fca5f8..09be743926bac9de1b7627236c07676d4119f094 100644 (file)
@@ -19,7 +19,8 @@ defmodule Pleroma.Gun.API do
     :tls_opts,
     :tcp_opts,
     :socks_opts,
-    :ws_opts
+    :ws_opts,
+    :supervise
   ]
 
   @impl Gun