summary refs log tree commit diff
path: root/changelog.d/7578.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't apply cache factor to event cache. (#7578)Erik Johnston2020-05-271-0/+1
This is already correctly done when we instansiate the cache, but wasn't when it got reloaded (which always happens at least once on startup).