We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf003b0 commit ec6a60bCopy full SHA for ec6a60b
docs/release-notes/release-notes-0.20.1.md
@@ -92,6 +92,12 @@
92
safe single-writer behavior until the wallet subsystem is fully
93
concurrent-safe.
94
95
+* [Add caching for](https://github.com/lightningnetwork/lnd/pull/10363)
96
+`IsPublicNode` query which speedup calls to check for nodes visibility status.
97
+This reduces the amount of time lnd needs to query the db to determine if a node
98
+is public or not. Also added a new config `caches.public-node-cache-size` which
99
+controls the max number of entries that the cache can accommodate.
100
+
101
## Deprecations
102
103
# Technical and Architectural Updates
@@ -107,5 +113,6 @@
107
113
108
114
# Contributors (Alphabetical Order)
109
115
116
+* Abdulkbk
110
117
* bitromortac
111
118
* Ziggie
0 commit comments