Bläddra i källkod

Apply suggestion to lib/pleroma/pool/connections.ex

debug-remote-ip
Alexander Strizhakov 4 år sedan
förälder
incheckning
097ad10d02
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      lib/pleroma/pool/connections.ex

+ 1
- 1
lib/pleroma/pool/connections.ex Visa fil

@@ -128,7 +128,7 @@ defmodule Pleroma.Pool.Connections do
Logger.debug("checkin #{key}")

case state.conns[key] do
%{conn: conn, gun_state: gun_state} = current_conn when gun_state == :up ->
%{conn: conn, gun_state: :up} = current_conn ->
Logger.debug("reusing conn #{key}")

with time <- :os.system_time(:second),


Laddar…
Avbryt
Spara