From 7c9ac01eb5fd18e564d6650c2c0f853822aec212 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 3 May 2024 18:00:08 +0100 Subject: Fix bug where `StreamChangeCache` would not respect cache factors (#17152) Annoyingly mypy didn't pick up this typo. --- changelog.d/17152.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/17152.bugfix (limited to 'changelog.d/17152.bugfix') diff --git a/changelog.d/17152.bugfix b/changelog.d/17152.bugfix new file mode 100644 index 0000000000..67aee91672 --- /dev/null +++ b/changelog.d/17152.bugfix @@ -0,0 +1 @@ +Fix bug where `StreamChangeCache` would not respect configured cache factors. -- cgit 1.4.1