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

Commit 5d31b44

Browse files
committed
fixup! config: add option to rate limit media creation
Signed-off-by: Sumner Evans <[email protected]>
1 parent 497aafe commit 5d31b44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/usage/configuration/config_documentation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1692,9 +1692,9 @@ rc_third_party_invite:
16921692
---
16931693
### `rc_media_create`
16941694

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

16991699
Example configuration:
17001700
```yaml

0 commit comments

Comments
 (0)