This commit is contained in:
Skillz4Killz
2021-06-04 22:42:57 +00:00
committed by GitHub
parent a530d27240
commit 80f4f1c50e
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ export const GATEWAY_VERSION = 9;
// TODO: update this version
/** https://github.com/discordeno/discordeno/releases */
export const DISCORDENO_VERSION = "11.0.0-rc.5";
export const DISCORDENO_VERSION = "11.0.0-rc.6";
/** https://discord.com/developers/docs/reference#user-agent */
export const USER_AGENT = `DiscordBot (https://github.com/discordeno/discordeno, v${DISCORDENO_VERSION})`;

View File

@@ -26,7 +26,7 @@ export const ws = {
/** The percentage at which resharding should occur. */
reshardPercentage: 80,
/** The delay in milliseconds to wait before spawning next shard. OPTIMAL IS ABOVE 2500. YOU DON"T WANT TO HIT THE RATE LIMIT!!! */
spawnShardDelay: 2500,
spawnShardDelay: 2700,
/** The maximum shard Id number. Useful for zero-downtime updates or resharding. */
maxShards: 0,
/** Whether or not the resharder should automatically switch to LARGE BOT SHARDING when you are above 100K servers. */