From 4698856590bcf4834bc0fcad9490d0594c3361a8 Mon Sep 17 00:00:00 2001 From: Erik De Smedt Date: Wed, 21 Feb 2024 10:35:52 +0100 Subject: [PATCH] Include `grpc-msg-buffer-size` in docs --- doc/lightningd-config.5.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/lightningd-config.5.md b/doc/lightningd-config.5.md index 5c6132705a01..587d9e300ec6 100644 --- a/doc/lightningd-config.5.md +++ b/doc/lightningd-config.5.md @@ -301,6 +301,13 @@ see lightning-hsmtool(8). The port number for the GRPC plugin to listen for incoming connections; default is not to activate the plugin at all. +* **grpc-msg-buffer-size**=*number* [plugin `cln-grpc`] + + The size of the buffer used by the GRPC-plugin. This buffer stores + notifications between receiving them from lightningd and forwarding + them over grpc. If buffer overflow occurs some notifications will not + be delivered. + ### Lightning node customization options * **recover**=*hsmsecret*