Update config_documentation.md (#13364)
"changed in" goes before the example
This commit is contained in:
parent
0fa41a7b17
commit
c7c84b81e3
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue