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 c85dab7 commit fd7a572Copy full SHA for fd7a572
docs/release-notes/release-notes-0.13.7.md
@@ -23,6 +23,12 @@
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.
31
+
32
### Technical and Architectural Updates
33
34
## Integrated Binary Updates
0 commit comments