From 4704b3034f074ecda5d3091c47fe9600b01fac16 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 11 Jul 2024 14:57:16 -0700 Subject: [PATCH] mention queue size default Signed-off-by: William Casarin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3e57ac..cb38684 100644 --- 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