Merge pull request #3026 from element-hq/fkwp/add_rc_delayed_event_mgmt_to_readme

README.md add information about rc_delayed_event_mgmt
This commit is contained in:
fkwp
2025-03-14 16:18:55 +01:00
committed by GitHub

View File

@@ -46,10 +46,15 @@ experimental_features:
max_event_delay_duration: 24h
rc_message:
# This needs to match at least the heart-beat frequency plus a bit of headroom
# Currently the heart-beat is every 5 seconds which translates into a rate of 0.2s
# This needs to match at least e2ee key sharing frequency plus a bit of headroom
# Note key sharing events are bursty
per_second: 0.5
burst_count: 30
# This needs to match at least the heart-beat frequency plus a bit of headroom
# Currently the heart-beat is every 5 seconds which translates into a rate of 0.2s
rc_delayed_event_mgmt:
per_second: 1
burst_count: 20
```
### MatrixRTC Backend