diff options
| author | Alex Gleason <alex@alexgleason.me> | 2025-09-02 20:39:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-02 22:39:19 -0300 |
| commit | 8c45ff5d964d6d9bf329c72713e43c89c060de09 (patch) | |
| tree | f022cabfffffa224593bb0b78b0bdda93a16b966 | |
| parent | fd9c627b36aae2b56acfb8eae80429458daa7fef (diff) | |
NIP-11: fix default_limit (#2049)
| -rw-r--r-- | 11.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -162,7 +162,7 @@ a specific niche kind or content. Normal anti-spam heuristics, for example, do n | |||
| 162 | 162 | ||
| 163 | - `created_at_upper_limit`: 'created_at' upper limit | 163 | - `created_at_upper_limit`: 'created_at' upper limit |
| 164 | 164 | ||
| 165 | - `default_limit`: The maximum returned events if you send a filter with the limit set to 0. | 165 | - `default_limit`: The maximum returned events if you send a filter without a `limit`. |
| 166 | 166 | ||
| 167 | ### Event Retention | 167 | ### Event Retention |
| 168 | 168 | ||