Browse Source

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

debug-remote-ip
Alexander Strizhakov 4 years ago
parent
commit
097ad10d02
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/pool/connections.ex

+ 1
- 1
lib/pleroma/pool/connections.ex View File

@@ -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),


Loading…
Cancel
Save