diff options
author | Matthew Ma <mtthman@amazon.com> | 2023-08-17 02:22:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 10:22:50 +0100 |
commit | 8a4fb7a6baf32a35c24056474d98fed525522b78 (patch) | |
tree | f019ae3e7cb04062ee4973be3e5d2dc3d1da6543 /changelog.d | |
parent | Rename pagination&purge locks and add comments explaining them (#16112) (diff) | |
download | synapse-8a4fb7a6baf32a35c24056474d98fed525522b78.tar.xz |
Disable caching in /sync corner case (#16080)
Fixes #15502
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16080.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16080.bugfix b/changelog.d/16080.bugfix new file mode 100644 index 0000000000..1ad6fb3c52 --- /dev/null +++ b/changelog.d/16080.bugfix @@ -0,0 +1 @@ +Fix a long-standing bu in `/sync` where timeout=0 does not skip caching, resulting in slow calls in cases where there are no new changes. Contributed by @PlasmaIntec. \ No newline at end of file |