Clean incorrect comment in Rate Limit Manager

This commit is contained in:
Ivan FB 2026-05-01 11:33:16 +02:00
parent 491b2e36d1
commit f4e5ed59a0
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -124,7 +124,7 @@ See [SEGMENTATION](./segmentation.md).
The Rate Limit Manager ensures compliance with [RLN](https://lip.logos.co/messaging/standards/core/17/rln-relay.html) rate constraints.
- It tracks how many messages have been sent in the current epoch (only the first segment of each message counts toward the rate limit; subsequent segments are exempt).
- It tracks how many messages have been sent in the current epoch.
- When the limit is approached, segment dispatch MUST be delayed to the next epoch.
- The epoch size MUST match the `epochSizeMs` configured in `RateLimitConfig`.