mention queue size default

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2024-07-11 14:57:16 -07:00
parent 670b390096
commit 4704b3034f

View file

@ -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` - `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 ## Testing