fix for timeout clause
This commit is contained in:
parent
f604f9e470
commit
d44f9e3b6c
@ -117,7 +117,7 @@ defmodule Pleroma.HTTP.Adapter.Gun do
|
|||||||
opts
|
opts
|
||||||
catch
|
catch
|
||||||
:exit, {:timeout, {_, operation, [_, {method, _}, _]}} ->
|
:exit, {:timeout, {_, operation, [_, {method, _}, _]}} ->
|
||||||
messages_len =
|
{:message_queue_len, messages_len} =
|
||||||
:gun_connections
|
:gun_connections
|
||||||
|> Process.whereis()
|
|> Process.whereis()
|
||||||
|> Process.info(:message_queue_len)
|
|> Process.info(:message_queue_len)
|
||||||
|
Loading…
Reference in New Issue
Block a user