Actions
Bug #19466
closedBug #19399: Improve NodeInfo cache
upmerge of parent ticket is inefficient
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
I wrongly did
ZIO.foreach(infoMaps.nodes.toList) { case (id, nodeEntry) =>
rather than the more efficient
ZIO.foreach(infoMaps.nodes:Iterable[(String, LDAPEntry)])
Actions