Disable concurrency in eris-fleet in favor of the eris implementation
This commit is contained in:
parent
ea62aec4bc
commit
d4e36410ce
1 changed files with 1 additions and 0 deletions
1
app.js
1
app.js
|
@ -67,6 +67,7 @@ const Admiral = new Fleet({
|
|||
BotWorker: Shard,
|
||||
token: `Bot ${process.env.TOKEN}`,
|
||||
fetchTimeout: 900000,
|
||||
maxConcurrencyOverride: 1,
|
||||
startingStatus: {
|
||||
status: "idle",
|
||||
game: {
|
||||
|
|
Loading…
Reference in a new issue