more debug
This commit is contained in:
parent
bced14a225
commit
77c13aeecc
@ -123,6 +123,9 @@ defmodule Pleroma.Plugs.RateLimiter do
|
||||
do: !conn.assigns.remote_ip_found,
|
||||
else: false
|
||||
|
||||
IO.inspect(localhost_or_socket, label: "localhost_or_socket")
|
||||
IO.inspect(remote_ip_not_found, label: "remote_ip_not_found")
|
||||
IO.inspect(Map.get(conn.assigns, :remote_ip_found), label: "remote_ip_found")
|
||||
localhost_or_socket and remote_ip_not_found
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user