summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-09-30 11:54:53 +0100
committerGitHub <noreply@github.com>2022-09-30 11:54:53 +0100
commite8f30a76caa4394ebb3e77c56df951e3626b3fdd (patch)
treef1bbea21ddb7c949992d38c76aaf28d6d7317bb8 /changelog.d
parentAdd missing version information in the ModuleApi (#13947) (diff)
downloadsynapse-e8f30a76caa4394ebb3e77c56df951e3626b3fdd.tar.xz
Fix overflows in /messages backfill calculation (#13936)
* Reproduce bug
* Compute `least_function` first
* Substitute `least_function` with an f-string
* Bugfix: avoid overflow

Co-authored-by: Eric Eastwood <erice@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13936.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13936.feature b/changelog.d/13936.feature
new file mode 100644
index 0000000000..d86bf7ed80
--- /dev/null
+++ b/changelog.d/13936.feature
@@ -0,0 +1 @@
+Exponentially backoff from backfilling the same event over and over.