diff options
author | devonh <devonh@users.noreply.github.com> | 2024-06-24 17:17:40 +0000 |
---|---|---|
committer | devonh <devonh@users.noreply.github.com> | 2024-06-24 17:17:40 +0000 |
commit | 57cc5f63ff18c77cb3d53c4884922b416ae866bf (patch) | |
tree | c8e0f0148a8ed0f7293b5488da676eb93f71b44b /develop/print.html | |
parent | deploy: 9104a9f0d05fef9718ae4611b164b6dd1d85243c (diff) | |
download | synapse-57cc5f63ff18c77cb3d53c4884922b416ae866bf.tar.xz |
deploy: 3c61ddbbc9ee313447c16fa7f19bdc29ce647a32
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/develop/print.html b/develop/print.html index 9dfded21b3..f1ea0e4323 100644 --- a/develop/print.html +++ b/develop/print.html @@ -5289,8 +5289,9 @@ Defaults to <code>per_second: 0.003</code>, <code>burst_count: 5</code>.</p> <hr /> <h3 id="rc_invites"><a class="header" href="#rc_invites"><code>rc_invites</code></a></h3> <p>This option sets ratelimiting how often invites can be sent in a room or to a -specific user. <code>per_room</code> defaults to <code>per_second: 0.3</code>, <code>burst_count: 10</code> and -<code>per_user</code> defaults to <code>per_second: 0.003</code>, <code>burst_count: 5</code>.</p> +specific user. <code>per_room</code> defaults to <code>per_second: 0.3</code>, <code>burst_count: 10</code>, +<code>per_user</code> defaults to <code>per_second: 0.003</code>, <code>burst_count: 5</code>, and <code>per_issuer</code> +defaults to <code>per_second: 0.3</code>, <code>burst_count: 10</code>.</p> <p>Client requests that invite user(s) when <a href="https://spec.matrix.org/v1.2/client-server-api/#post_matrixclientv3createroom">creating a room</a> will count against the <code>rc_invites.per_room</code> limit, whereas |