Skip to content

Commit

Permalink
docs: add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Nov 8, 2024
1 parent ab13703 commit 12b3730
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/release-notes/release-notes-0.13.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12b3730

Please sign in to comment.