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

@@ -1,5 +1,8 @@
import Config
config :parrhesia, Parrhesia.Repo, pool_size: 32
config :parrhesia, Parrhesia.Repo,
pool_size: 32,
queue_target: 1_000,
queue_interval: 5_000
# Production runtime configuration lives in config/runtime.exs.