From d7836f4b32341d1e1063622035c8921d8f706363 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Thu, 23 Apr 2026 23:27:12 +0200 Subject: [PATCH] chunks should alse be rate-limited --- standards/application/reliable-channel-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/application/reliable-channel-api.md b/standards/application/reliable-channel-api.md index 31cc744..ef2d3da 100644 --- a/standards/application/reliable-channel-api.md +++ b/standards/application/reliable-channel-api.md @@ -271,7 +271,7 @@ types: epochSizeMs: type: uint default: 600000 # 10 minutes - description: "The epoch size used by the RLN relay, in milliseconds. Only the first message chunk is rate limited." + description: "The epoch size used by the RLN relay, in milliseconds." ``` #### Channel function definitions