Skip to content

Commit

Permalink
minor wording change to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored Jan 20, 2025
1 parent 7564438 commit 0010383
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1873,7 +1873,9 @@ This option sets ratelimiting for presence.
The `rc_presence.per_user` option sets rate limits on how often a specific
users' presence updates are evaluated. Ratelimited presence updates sent via sync are
ignored, and no error is returned to the client.
This option also sets the rate limits used in the `/_matrix/client/v3/presence` endpoint.
This option also sets the rate limit for the
[`PUT /_matrix/client/v3/presence/{userId}/status`](https://spec.matrix.org/latest/client-server-api/#put_matrixclientv3presenceuseridstatus)
endpoint.

`per_user` defaults to `per_second: 0.1`, `burst_count: 1`.

Expand Down

0 comments on commit 0010383

Please sign in to comment.