From 620649ec416b87b24c50f51a9d9bf22b6163561a Mon Sep 17 00:00:00 2001 From: Jannis Braun <151788261+TheZwiss@users.noreply.github.com> Date: Wed, 1 Apr 2026 02:15:37 +0200 Subject: [PATCH] docs: update spec and federation docs to match implementation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Spec: status → Implemented, fix PATCH peer as new (not pre-existing), correct API paths, update component breakdown to match actual structure - Federation docs: update relay rate limit from 30 to 90 req/min --- docs/systems/federation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/systems/federation.md b/docs/systems/federation.md index 94e6b1d5..b81be264 100644 --- a/docs/systems/federation.md +++ b/docs/systems/federation.md @@ -398,7 +398,7 @@ interface FederationRelayResponse { ### Inbound Relay Dispatch (`POST /api/federation/relay`) -Body limit: 10 MB. Max 50 events per batch. Rate-limited to 30 requests/min per peer (sliding window, keyed by `peer.origin`). Returns 429 when exceeded. +Body limit: 10 MB. Max 50 events per batch. Rate-limited to 90 requests/min per peer (sliding window, keyed by `peer.origin`). Returns 429 when exceeded. Raised from 30 after FED-009 reduced the outbox worker interval from 10s to 1s — a busy sender can now hit 60 req/min during sustained traffic. | eventType | Processor | contextType | |-----------|-----------|-------------|