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*