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

Commit

Permalink
fixup! config: add option to rate limit media creation
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Jun 9, 2023
1 parent 497aafe commit 5d31b44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1692,9 +1692,9 @@ rc_third_party_invite:
---
### `rc_media_create`

This option ratelimits creation of MXC URIs via the MSC2246 asynchronous upload
`/_matrix/media/v1/create` endpoint based on the account that's creating the
media. Defaults to `per_second: 10`, `burst_count: 50`.
This option ratelimits creation of MXC URIs via the `/_matrix/media/v1/create`
endpoint based on the account that's creating the media. Defaults to
`per_second: 10`, `burst_count: 50`.

Example configuration:
```yaml
Expand Down

0 comments on commit 5d31b44

Please sign in to comment.