Lock signature verification and add per-IP ingest limits

This commit is contained in:
2026-03-18 16:46:32 +01:00
parent a2bdf11139
commit dce473662f
14 changed files with 332 additions and 8 deletions

View File

@@ -49,6 +49,11 @@ defmodule Parrhesia.IntegrationCase do
receive do
:stop ->
Sandbox.checkin(Repo)
# Allow the pool to process the checkin before this process
# exits, so Postgrex does not see a dead client and log a
# spurious disconnect error.
Process.sleep(50)
end
end)