Connection pool: fix connections being supervised by gun_sup

This commit is contained in:
rinpatch 2020-05-08 19:57:11 +03:00
parent 1b15cb066c
commit 281ddd5e37
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ defmodule Pleroma.Gun.API do
:tls_opts,
:tcp_opts,
:socks_opts,
:ws_opts
:ws_opts,
:supervise
]
@impl Gun