Skip to content

Commit

Permalink
Remove min_prefix mentions from NIP-11 after prefix search was remove…
Browse files Browse the repository at this point in the history
…d from NIP-01
  • Loading branch information
viktorvsk authored and fiatjaf committed Aug 20, 2023
1 parent c5a8b75 commit 89915e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions 11.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ are rejected or fail immediately.
"max_filters": 100,
"max_limit": 5000,
"max_subid_length": 100,
"min_prefix": 4,
"max_event_tags": 100,
"max_content_length": 8196,
"min_pow_difficulty": 30,
Expand All @@ -102,9 +101,6 @@ Must be one or higher.

- `max_subid_length`: maximum length of subscription id as a string.

- `min_prefix`: for `authors` and `ids` filters which are to match against
a hex prefix, you must provide at least this many hex digits in the prefix.

- `max_limit`: the relay server will clamp each filter's `limit` value to this number.
This means the client won't be able to get more than this number
of events from a single subscription filter. This clamping is typically done silently
Expand Down Expand Up @@ -284,7 +280,6 @@ As of 2 May 2023 the following `curl` command provided these results.
"max_filters":2500,
"max_limit":5000,
"max_subid_length":256,
"min_prefix":4,
"max_event_tags":2500,
"max_content_length":65536,
"min_pow_difficulty":0,
Expand Down

0 comments on commit 89915e0

Please sign in to comment.