diff options
author | Shay <hillerys@element.io> | 2023-08-17 02:30:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 10:30:02 +0100 |
commit | 0377cb4fab27c717bc75ea27225c950b0215c152 (patch) | |
tree | 2f0a11b271245ab59b414a36ff38f7345d0752c0 /changelog.d | |
parent | Disable caching in /sync corner case (#16080) (diff) | |
download | synapse-0377cb4fab27c717bc75ea27225c950b0215c152.tar.xz |
Override global statement timeout when creating indexes in Postgres (#16085)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16085.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16085.misc b/changelog.d/16085.misc new file mode 100644 index 0000000000..7b7a95edd4 --- /dev/null +++ b/changelog.d/16085.misc @@ -0,0 +1 @@ +Override global statement timeout when creating indexes in Postgres. |