From 4b9718ff34f47ebc4445752bb7990b055b90bb18 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Tue, 20 Aug 2024 16:48:47 -0400 Subject: [PATCH] refined language --- 22.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/22.md b/22.md index 9fcf35cb..e973c09f 100644 --- a/22.md +++ b/22.md @@ -29,8 +29,8 @@ Where `limit_properties` includes properties that are specifically designed to c - `max_event_tags: `, Clients MUST filter publishing events by this `.tags` length. - `max_content_length: `, Clients MUST filter publishing events by this `.content` length.

-- `created_at_msecs_ago: `, Clients MUST filter publishing events whose `.created_at` is > than now - this number -- `created_at_msecs_ahead: `, Clients MUST filter publishing events whose `.created_at` is < than now + this number +- `created_at_msecs_ago: `, Clients MUST only send events whose `.created_at` is > than now - this number +- `created_at_msecs_ahead: `, Clients MUST only send events whose `.created_at` is < than now + this number

- `filter_rate_limit: `: Clients MUST debounce filter changes after this amount in milliseconds. - `publishing_rate_limit: `: Clients MUST debounce publishing events by this amount in milliseconds.