summary refs log tree commit diff
path: root/changelog.d/13435.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.65.0rc1Olivier Wilkinson (reivilibre)2022-08-091-1/+0
|
* Optimise async get event lookups (#13435)Nick Mills-Barrett2022-08-041-0/+1
Still maintains local in memory lookup optimisation, but does any external lookup as part of the deferred that prevents duplicate lookups for the same event at once. This makes the assumption that fetching from an external cache is a non-zero load operation.