From 090b917ee24a63749eaa96c5c228c47cf08b03b5 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 19 Oct 2021 16:25:21 -0700 Subject: [PATCH] docs/release-notes: add entry for rpc graph cache --- docs/release-notes/release-notes-0.14.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index 757090b42..867e52ac5 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -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