discord.js
discord.js copied to clipboard
max_concurrency support
Which package is the feature request for?
discord.js
Feature
automaticly using the max_concurreny would be a awesome feature to have in djs without having to build your own custom sharding manager
Ideal solution or implementation
a option to pick your concurreny to use if available
Alternative solutions or implementations
writing my own custom sharding manager
Other context
No response
apologies for my poor wording, im not the best at explaining
This would fit better @discord.js/sharder #7204
We already support max_concurrency
in @discordjs/ws
, see here.
@discordjs/sharder
won't handle those, that's @discordjs/ws
's job. The sharder will have an independent system based on strategies, how it'll play out in the big picture is something we have yet to find out.
Got it, thanks