mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
fix(discord): restore gateway reconnect maxAttempts to 50
This commit is contained in:
@@ -63,7 +63,7 @@ function createDiscordGatewayPlugin(params: {
|
||||
const intents = resolveDiscordGatewayIntents(params.discordConfig?.intents);
|
||||
const proxy = params.discordConfig?.proxy?.trim();
|
||||
const options = {
|
||||
reconnect: { maxAttempts: Number.POSITIVE_INFINITY },
|
||||
reconnect: { maxAttempts: 50 },
|
||||
intents,
|
||||
autoInteractions: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user