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
This commit is contained in:
2025-10-05 19:39:00 +01:00
parent b5613f20dd
commit f8c46980de

View File

@@ -13,8 +13,8 @@
"timeout": 30, "timeout": 30,
"auto_rejoin": { "auto_rejoin": {
"enabled": true, "enabled": true,
"retry_interval": 30, "retry_interval": 20,
"max_rejoin_attempts": 10 "max_rejoin_attempts": 100
} }
}, },
"sasl": { "sasl": {