Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit c7c84b8

Browse files
authored
Update config_documentation.md (#13364)
"changed in" goes before the example
1 parent 0fa41a7 commit c7c84b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/configuration/config_documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,6 +1530,8 @@ cannot *receive* more than a burst of 5 invites at a time.
15301530

15311531
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.
15321532

1533+
_Changed in version 1.63:_ added the `per_issuer` limit.
1534+
15331535
Example configuration:
15341536
```yaml
15351537
rc_invites:
@@ -1544,8 +1546,6 @@ rc_invites:
15441546
burst_count: 5
15451547
```
15461548

1547-
_Changed in version 1.63:_ added the `per_issuer` limit.
1548-
15491549
---
15501550
### `rc_third_party_invite`
15511551

0 commit comments

Comments
 (0)