refined language

This commit is contained in:
Vitor Pamplona 2024-08-20 16:48:47 -04:00
parent d4c3f2a2cc
commit 4b9718ff34

4
22.md
View File

@ -29,8 +29,8 @@ Where `limit_properties` includes properties that are specifically designed to c
- `max_event_tags: <int>`, Clients MUST filter publishing events by this `.tags` length. - `max_event_tags: <int>`, Clients MUST filter publishing events by this `.tags` length.
- `max_content_length: <int>`, Clients MUST filter publishing events by this `.content` length. - `max_content_length: <int>`, Clients MUST filter publishing events by this `.content` length.
<br/><br/> <br/><br/>
- `created_at_msecs_ago: <int, milliseconds>`, Clients MUST filter publishing events whose `.created_at` is > than now - this number - `created_at_msecs_ago: <int, milliseconds>`, Clients MUST only send events whose `.created_at` is > than now - this number
- `created_at_msecs_ahead: <int, milliseconds>`, Clients MUST filter publishing events whose `.created_at` is < than now + this number - `created_at_msecs_ahead: <int, milliseconds>`, Clients MUST only send events whose `.created_at` is < than now + this number
<br/><br/> <br/><br/>
- `filter_rate_limit: <int, milliseconds>`: Clients MUST debounce filter changes after this amount in milliseconds. - `filter_rate_limit: <int, milliseconds>`: Clients MUST debounce filter changes after this amount in milliseconds.
- `publishing_rate_limit: <int, milliseconds>`: Clients MUST debounce publishing events by this amount in milliseconds. - `publishing_rate_limit: <int, milliseconds>`: Clients MUST debounce publishing events by this amount in milliseconds.