From f8c46980de7c59f9a1091bbd1d8ec6e2616f804b Mon Sep 17 00:00:00 2001 From: ComputerTech312 Date: Sun, 5 Oct 2025 19:39:00 +0100 Subject: [PATCH] Update auto-rejoin settings for more persistent reconnection - Reduced retry interval from 30 to 20 seconds for faster rejoins - Increased max rejoin attempts from 10 to 100 for greater persistence - Bot will now be more aggressive about staying in channels --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 967e19f..288b687 100644 --- a/config.json +++ b/config.json @@ -13,8 +13,8 @@ "timeout": 30, "auto_rejoin": { "enabled": true, - "retry_interval": 30, - "max_rejoin_attempts": 10 + "retry_interval": 20, + "max_rejoin_attempts": 100 } }, "sasl": {