diff options
author | David Robertson <davidr@element.io> | 2023-10-06 18:31:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 17:31:52 +0000 |
commit | 1f10c208068ef8788b6796c54a3604ae51caf951 (patch) | |
tree | 4b84fda2a8662bef38c264f151659ada6bbad8c4 /changelog.d | |
parent | Convert simple_select_list_paginate_txn to return tuples. (#16433) (diff) | |
download | synapse-1f10c208068ef8788b6796c54a3604ae51caf951.tar.xz |
Apply join rate limiter outside the lineariser (#16441)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16441.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16441.misc b/changelog.d/16441.misc new file mode 100644 index 0000000000..32264a62b2 --- /dev/null +++ b/changelog.d/16441.misc @@ -0,0 +1 @@ +Improve rate limiting logic. |