mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix: update docs on spawnShardDelay
This commit is contained in:
@@ -166,8 +166,7 @@ If your bot is going to be run on one process, you can re-use the data that disc
|
||||
- `reshard`: Whether or not to automatically reshard the bot when necessary with zero downtime deployment strategy.
|
||||
Default: true.
|
||||
- `reshardPercentage`: The % of servers to trigger a reshard. Default: 80%.
|
||||
- `spawnShardDelay`: The delay in milliseconds to wait before spawning next shard. OPTIMAL IS ABOVE 2500. YOU DON"T WANT
|
||||
TO HIT THE RATE LIMIT!!! This is mainly if you are changing internals a lot and need to modify this behavior.
|
||||
- `spawnShardDelay`: The delay in milliseconds to wait before spawning next shard.
|
||||
- `useOptimalLargeBotSharding`: Whether or not the resharder should automatically switch to LARGE BOT SHARDING when you
|
||||
are above 100K servers.
|
||||
- `shardsPerCluster`: The amount of shards to load per worker. Discussed in detail below.
|
||||
|
||||
Reference in New Issue
Block a user