mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
docs/release-notes: add entry for rpc graph cache
This commit is contained in:
parent
67e18e6089
commit
090b917ee2
1 changed files with 5 additions and 0 deletions
|
@ -515,6 +515,11 @@ messages directly. There is no routing/path finding involved.
|
|||
buffer each time we decrypt an incoming message, as we
|
||||
recycle these buffers in the peer.
|
||||
|
||||
* [The `DescribeGraph` and `GetNetworkInfo` calls have been
|
||||
optimized](https://github.com/lightningnetwork/lnd/pull/5873) by caching the
|
||||
response periodically, or using the new channel graph cache directly. This
|
||||
should significantly cut down on the garbage these two calls generate.
|
||||
|
||||
## Log system
|
||||
|
||||
* [Save compressed log files from logrorate during
|
||||
|
|
Loading…
Add table
Reference in a new issue