You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change the history cache key name to *Bytes (#4649)
<!-- Describe what has changed in this PR -->
**What changed?**
change history cache key from history.eventsCache*Size to
history.eventsCache*SizeBytes
<!-- Tell your future self why have you made these changes -->
It will remove the key name confusion since cache size definition
changed in: #4621
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
unittests
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
**Potential risks**
<!-- Is this PR a hotfix candidate or require that a notification be
sent to the broader community? (Yes/No) -->
**Is hotfix candidate?**
0 commit comments