diff options
author | Erik Johnston <erik@matrix.org> | 2023-01-20 21:04:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-20 21:04:33 +0000 |
commit | 0ec12a37538d0df07d96cfc9cf5f5208f7453607 (patch) | |
tree | f5d217dac0a6cdf5d7734a25724a8f903a134d76 /changelog.d | |
parent | Always notify replication when a stream advances (#14877) (diff) | |
download | synapse-0ec12a37538d0df07d96cfc9cf5f5208f7453607.tar.xz |
Reduce max time we wait for stream positions (#14881)
Now that we wait for stream positions whenever we do a HTTP replication hit, we need to be less brutal in the case where we do timeout (as we have bugs around this).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14881.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14881.misc b/changelog.d/14881.misc new file mode 100644 index 0000000000..be89d092b6 --- /dev/null +++ b/changelog.d/14881.misc @@ -0,0 +1 @@ +Reduce max time we wait for stream positions. |