From e39fe3bc7f6b35c5c70665b8527cde3b3d3c4153 Mon Sep 17 00:00:00 2001 From: fkwp Date: Mon, 10 Mar 2025 20:55:59 +0100 Subject: [PATCH 1/2] add information about rc_delayed_event_mgmt --- docs/self-hosting.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 26644ed6..2548becf 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -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 From f9ced9f10dd5f971e6bd4b59e58bc09d422b3f48 Mon Sep 17 00:00:00 2001 From: fkwp Date: Mon, 10 Mar 2025 20:58:12 +0100 Subject: [PATCH 2/2] typo --- docs/self-hosting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 2548becf..94569338 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -52,9 +52,9 @@ rc_message: 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 +rc_delayed_event_mgmt: + per_second: 1 + burst_count: 20 ``` ### MatrixRTC Backend