forked from AkkomaGang/akkoma
Connection pool: fix connections being supervised by gun_sup
This commit is contained in:
parent
1b15cb066c
commit
281ddd5e37
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ defmodule Pleroma.Gun.API do
|
|||
:tls_opts,
|
||||
:tcp_opts,
|
||||
:socks_opts,
|
||||
:ws_opts
|
||||
:ws_opts,
|
||||
:supervise
|
||||
]
|
||||
|
||||
@impl Gun
|
||||
|
|
Loading…
Reference in a new issue