From 12b37309be3b32fd9e091827ceeec3051b233935 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 8 Nov 2024 09:25:18 +0100 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.13.7.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes/release-notes-0.13.7.md b/docs/release-notes/release-notes-0.13.7.md index 6629c96bd..881897bbb 100644 --- a/docs/release-notes/release-notes-0.13.7.md +++ b/docs/release-notes/release-notes-0.13.7.md @@ -23,6 +23,13 @@ It can still be enabled by adding `,GRPC=info` at the end of the `lnd.debuglevel` or `remote.lit-debuglevel` configuration options. +* [Add a new `lndrpctimeout` configuration + option](https://github.com/lightninglabs/lightning-terminal/pull/899) that + configures the default timeout that is used when waiting for a response on any + call to `lnd`. This value is used by **all** subservers for all calls, so a + sufficiently long duration (>= 30 seconds) should be used. The default value + was bumped from 30 seconds to 3 minutes. + ### Technical and Architectural Updates ## Integrated Binary Updates