diff options
author | Erik Johnston <erikj@element.io> | 2024-05-03 18:00:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-03 18:00:08 +0100 |
commit | 7c9ac01eb5fd18e564d6650c2c0f853822aec212 (patch) | |
tree | d37eb9c0ede9b8da018a5fee85c2fca62077eaa4 | |
parent | Fix lint.sh script (#17148) (diff) | |
download | synapse-7c9ac01eb5fd18e564d6650c2c0f853822aec212.tar.xz |
Fix bug where `StreamChangeCache` would not respect cache factors (#17152)
Annoyingly mypy didn't pick up this typo.
-rw-r--r-- | changelog.d/17152.bugfix | 1 | ||||
-rw-r--r-- | synapse/util/caches/stream_change_cache.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/17152.bugfix b/changelog.d/17152.bugfix new file mode 100644 |