From db200aae58af31284070a03b3be11ae323099ccc Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 7 Jul 2026 18:22:33 +0100 Subject: [PATCH] Newsfile --- changelog.d/19924.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/19924.bugfix diff --git a/changelog.d/19924.bugfix b/changelog.d/19924.bugfix new file mode 100644 index 0000000000..ae0c94d0f8 --- /dev/null +++ b/changelog.d/19924.bugfix @@ -0,0 +1 @@ +Fix unbounded growth of the `sliding_sync_connection_positions` table when a client repeatedly retries requests from the same sliding sync position.