diff options
author | reivilibre <oliverw@matrix.org> | 2023-10-09 14:41:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-09 15:41:17 +0100 |
commit | 8902b3031d1437b6a8779cc4831e3f17d732a6a6 (patch) | |
tree | 2db58cbede0e56203ece1332fc89feb1558d29c6 /changelog.d | |
parent | Don't block CI on sign-off (#16454) (diff) | |
download | synapse-8902b3031d1437b6a8779cc4831e3f17d732a6a6.tar.xz |
Disable statement timeout whilst purging rooms (#16455)
* Disable statement timeout whilst purging rooms * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> * Note the introduction version --------- Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16455.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16455.bugfix b/changelog.d/16455.bugfix new file mode 100644 index 0000000000..653a25d3b6 --- /dev/null +++ b/changelog.d/16455.bugfix @@ -0,0 +1 @@ +Prevent the purging of large rooms from timing out when Postgres is in use. The timeout which causes this issue was introduced in Synapse 1.88.0. |