Update config_documentation.md (#13364)

"changed in" goes before the example
rav/log_invalid_bodies
Richard van der Hoff 2022-07-22 13:50:20 +01:00 committed by GitHub
parent 0fa41a7b17
commit c7c84b81e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1530,6 +1530,8 @@ cannot *receive* more than a burst of 5 invites at a time.
In contrast, the `rc_invites.per_issuer` limit applies to the *issuer* of the invite, meaning that a `rc_invite.per_issuer.burst_count` of 5 mandates that single user cannot *send* more than a burst of 5 invites at a time.
_Changed in version 1.63:_ added the `per_issuer` limit.
Example configuration:
```yaml
rc_invites:
@ -1544,8 +1546,6 @@ rc_invites:
burst_count: 5
```
_Changed in version 1.63:_ added the `per_issuer` limit.
---
### `rc_third_party_invite`