diff options
author | Eric Eastwood <erice@element.io> | 2023-06-06 16:25:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 16:25:03 -0500 |
commit | 33c3550887f412f015cf651db82a9082bb12cd9e (patch) | |
tree | 75ddeb9c76462f04c8fc5277fc152c05170f4d9f /changelog.d | |
parent | Improve performance of user directory search (#15729) (diff) | |
download | synapse-33c3550887f412f015cf651db82a9082bb12cd9e.tar.xz |
Add context for when/why to use the `long_retries` option when sending Federation requests (#15721)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15721.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15721.misc b/changelog.d/15721.misc new file mode 100644 index 0000000000..f4d892daf9 --- /dev/null +++ b/changelog.d/15721.misc @@ -0,0 +1 @@ +Add context for when/why to use the `long_retries` option when sending Federation requests. |