mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 09:13:23 +00:00
The relay was backfilled from 33k to 2.6M kind-30382 events between runs, and the picture changed: on the big corpus one connection saturates at ~8 in-flight REQs (~5.5k events/s) and the relay tops out at ~15k events/s around 40 total in-flight — past that, added concurrency only inflates per-REQ latency. Axis 1 now stops at the relay's NIP-11 max_subscriptions (20; exceeding it wedged the connection in the first extended run), cells carry a hard 120s budget with one retry per batch, and per-REQ latency is computed over completed batches so partial cells report honestly. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018saXqYfAa3RvSJoDXK591R