forked from AkkomaGang/akkoma
parentheses...
This commit is contained in:
parent
23d714ed30
commit
53ba6815b1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ defmodule Pleroma.Gun.ConnectionPool.Reclaimer do
|
|||
|
||||
@registry Pleroma.Gun.ConnectionPool
|
||||
|
||||
def start_monitor() do
|
||||
def start_monitor do
|
||||
pid =
|
||||
case :gen_server.start(__MODULE__, [], name: {:via, Registry, {@registry, "reclaimer"}}) do
|
||||
{:ok, pid} ->
|
||||
|
|
Loading…
Reference in a new issue