Improve ingest throughput with moderation cache and post-ack fanout

This commit is contained in:
2026-03-14 02:33:37 +01:00
parent d348eab69e
commit 54a54c026b
7 changed files with 175 additions and 30 deletions

View File

@@ -3,6 +3,7 @@ import Config
config :postgrex, :json_library, JSON
config :parrhesia,
moderation_cache_enabled: true,
limits: [
max_frame_bytes: 1_048_576,
max_event_bytes: 262_144,