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:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user