mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
refined language
This commit is contained in:
parent
d4c3f2a2cc
commit
4b9718ff34
4
22.md
4
22.md
|
@ -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_content_length: <int>`, Clients MUST filter publishing events by this `.content` length.
|
||||
<br/><br/>
|
||||
- `created_at_msecs_ago: <int, milliseconds>`, Clients MUST filter publishing 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_ago: <int, milliseconds>`, Clients MUST only send 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/>
|
||||
- `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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user