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

Commit

Permalink
Update config_documentation.md (#13364)
Browse files Browse the repository at this point in the history
"changed in" goes before the example
  • Loading branch information
richvdh authored Jul 22, 2022
1 parent 0fa41a7 commit c7c84b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -1544,8 +1546,6 @@ rc_invites:
burst_count: 5
```

_Changed in version 1.63:_ added the `per_issuer` limit.

---
### `rc_third_party_invite`

Expand Down

0 comments on commit c7c84b8

Please sign in to comment.