summary refs log tree commit diff
path: root/changelog.d/14410.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.72.0rc1Erik Johnston2022-11-161-1/+0
|
* Remove duplicated code to evict entries. (#14410)Patrick Cloke2022-11-101-0/+1
This code was factored out to a method, but also left in-place. Calling this twice in a row makes no sense: the first call will reduce the size appropriately, but the loop will immediately exit since the cache size was already reduced.