docs/release-notes: add entry for rpc graph cache

This commit is contained in:
Olaoluwa Osuntokun 2021-10-19 16:25:21 -07:00
parent 67e18e6089
commit 090b917ee2
No known key found for this signature in database
GPG key ID: 3BBD59E99B280306

View file

@ -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