From 3f4aa4dfd082b4c461104f55ed61e5e12953b748 Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:52:18 +0200 Subject: [PATCH] Update config/config.sample.json Co-authored-by: fkwp --- config/config.sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.json b/config/config.sample.json index f680c427..3bbeb9a0 100644 --- a/config/config.sample.json +++ b/config/config.sample.json @@ -16,6 +16,6 @@ "wait_for_key_rotation_ms": 3000, "membership_event_expiry_ms": 6000000, "delayed_leave_event_delay_ms": 18000, - "delayed_leave_event_restart_ms": 5000 + "delayed_leave_event_restart_ms": 4000 } }