Skip to content

Commit

Permalink
docs: update release-notes-0.14.0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bhandras committed Sep 7, 2021
1 parent 204966d commit f2cc783
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/release-notes/release-notes-0.14.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,13 @@ you.
to make it less likely that we retry etcd transactions and make the commit
queue more scalable.

* [Flatten the payment-htlcs-bucket](https://github.com/lightningnetwork/lnd/pull/5635)
in order to make it possible to prefetch all htlc attempts of a payment in one
DB operation. Migration may fail for extremely large DBs with many payments
(10+ million). Be careful and backup your `channel.db` if you have that many
payments. Deleting all failed payments beforehand makes migration safer and
faster too.

## Performance improvements

* [Update MC store in blocks](https://github.com/lightningnetwork/lnd/pull/5515)
Expand Down

0 comments on commit f2cc783

Please sign in to comment.