From 7297dbcc00666166bab3a573f46887ae6aa57b4e Mon Sep 17 00:00:00 2001 From: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Date: Wed, 9 Apr 2025 11:32:56 +0200 Subject: [PATCH] Update self-hosting.md docs formatting --- docs/self-hosting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 9a96332c..b5ba720c 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -55,9 +55,10 @@ rc_message: # Note key sharing events are bursty per_second: 0.5 burst_count: 30 + +rc_delayed_event_mgmt: # 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 ```