mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-14 23:19:08 +02:00
docs/release-notes: add entry for rpc graph cache
This commit is contained in:
parent
67e18e6089
commit
090b917ee2
@ -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…
x
Reference in New Issue
Block a user