feat: bigger concurrency

This commit is contained in:
Nevo David 2025-04-24 18:45:14 +07:00
parent ee0fa5b87f
commit ab39e5cc69
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ export class BullMqServer extends Server implements CustomTransportStrategy {
});
},
{
concurrency: 10,
connection: ioRedis,
removeOnComplete: {
count: 0,