parentheses...
This commit is contained in:
parent
23d714ed30
commit
53ba6815b1
@ -3,7 +3,7 @@ defmodule Pleroma.Gun.ConnectionPool.Reclaimer do
|
|||||||
|
|
||||||
@registry Pleroma.Gun.ConnectionPool
|
@registry Pleroma.Gun.ConnectionPool
|
||||||
|
|
||||||
def start_monitor() do
|
def start_monitor do
|
||||||
pid =
|
pid =
|
||||||
case :gen_server.start(__MODULE__, [], name: {:via, Registry, {@registry, "reclaimer"}}) do
|
case :gen_server.start(__MODULE__, [], name: {:via, Registry, {@registry, "reclaimer"}}) do
|
||||||
{:ok, pid} ->
|
{:ok, pid} ->
|
||||||
|
Loading…
Reference in New Issue
Block a user