mirror of
https://github.com/element-hq/synapse.git
synced 2025-11-29 00:00:50 -05:00
Update rc_presence config docs with int burst_count (#18159)
This commit is contained in:
parent
0b1830b121
commit
74a70190ab
1
changelog.d/18159.doc
Normal file
1
changelog.d/18159.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Make `burst_count` field an integer in `rc_presence` config documentation example.
|
||||||
@ -1944,7 +1944,7 @@ Example configuration:
|
|||||||
rc_presence:
|
rc_presence:
|
||||||
per_user:
|
per_user:
|
||||||
per_second: 0.05
|
per_second: 0.05
|
||||||
burst_count: 0.5
|
burst_count: 1
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
### `federation_rr_transactions_per_room_per_second`
|
### `federation_rr_transactions_per_room_per_second`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user