noteguard

the nostr relay spam guardian
git clone git://jb55.com/noteguard
Log | Files | Refs | README | LICENSE

commit 4704b3034f074ecda5d3091c47fe9600b01fac16
parent 670b39009653541aa07261de9d26964c0e5c0af2
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 11 Jul 2024 14:57:16 -0700

mention queue size default

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -146,7 +146,7 @@ be queued if the connection goes down (up to the `queue_size` buffer limit) - `relay` - the relay to forward notes to, eg: `ws://localhost:8080` -- `queue_size` *optional* - size of the note queue, this is used to buffer notes if the connection goes down +- `queue_size` *optional* - size of the note queue, this is used to buffer notes if the connection goes down. Default is 1000. ## Testing