We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab13703 commit 12b3730Copy full SHA for 12b3730
docs/release-notes/release-notes-0.13.7.md
@@ -23,6 +23,13 @@
23
It can still be enabled by adding `,GRPC=info` at the end of the
24
`lnd.debuglevel` or `remote.lit-debuglevel` configuration options.
25
26
+* [Add a new `lndrpctimeout` configuration
27
+ option](https://github.com/lightninglabs/lightning-terminal/pull/899) that
28
+ configures the default timeout that is used when waiting for a response on any
29
+ call to `lnd`. This value is used by **all** subservers for all calls, so a
30
+ sufficiently long duration (>= 30 seconds) should be used. The default value
31
+ was bumped from 30 seconds to 3 minutes.
32
+
33
### Technical and Architectural Updates
34
35
## Integrated Binary Updates
0 commit comments