mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
docs: add release note for the lnd-ready migration timeout
Document the new --lndreadytimeout option and the startup failure it fixes in the 0.17.1 release notes.
This commit is contained in:
parent
fb5863e38c
commit
970a3fb55d
1 changed files with 11 additions and 0 deletions
|
|
@ -31,6 +31,17 @@
|
|||
of being masked by a confusing `no request values found for request: <id>`
|
||||
error.
|
||||
|
||||
* [Wait longer for lnd during the kvdb-to-SQL
|
||||
migration](https://github.com/lightninglabs/lightning-terminal/pull/1359):
|
||||
The kvdb-to-SQL data migration polls lnd's `ListMacaroonIDs` RPC, which only
|
||||
becomes available once lnd reaches its "RPC active" state. On nodes with a
|
||||
large channel/graph state, lnd can take well over a minute to get there after
|
||||
the wallet is unlocked, which exceeded the previous fixed 60-second poll
|
||||
budget and caused the migration (and therefore litd startup) to fail
|
||||
permanently, requiring a manual restart. The wait is now bounded by a
|
||||
configurable, generous timeout (`--lndreadytimeout`, defaulting to 10
|
||||
minutes) instead of a fixed attempt count.
|
||||
|
||||
### Functional Changes/Additions
|
||||
|
||||
* [Add accounts payments history subcommand](https://github.com/lightninglabs/lightning-terminal/pull/1316):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue