diff options
author | reivilibre <oliverw@matrix.org> | 2023-07-03 10:38:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-03 11:38:57 +0100 |
commit | 53aa26eddc772a6719bf0da64b0684c333294d05 (patch) | |
tree | f17fd3f057216df8ebaa4e27ba878a21048bc70a /changelog.d/15853.misc | |
parent | Bump sentry-sdk from 1.25.1 to 1.26.0 (#15867) (diff) | |
download | synapse-53aa26eddc772a6719bf0da64b0684c333294d05.tar.xz |
Add a timeout that aborts any Postgres statement taking more than 1 hour. (#15853)
* Add a timeout to Postgres statements * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> --------- Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Diffstat (limited to 'changelog.d/15853.misc')
-rw-r--r-- | changelog.d/15853.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15853.misc b/changelog.d/15853.misc new file mode 100644 index 0000000000..3e9516b1ad --- /dev/null +++ b/changelog.d/15853.misc @@ -0,0 +1 @@ +Add a timeout that aborts any Postgres statement taking more than 1 hour. \ No newline at end of file |