feat: new id
This commit is contained in:
parent
889a031e0e
commit
460cef7b32
|
|
@ -15,7 +15,7 @@ export const concurrency = async <T>(
|
|||
) => {
|
||||
const strippedIdentifier = identifier.toLowerCase().split('-')[0];
|
||||
mapper[strippedIdentifier] ??= new Bottleneck({
|
||||
id: strippedIdentifier + '-concurrency',
|
||||
id: strippedIdentifier + '-concurrency-new',
|
||||
maxConcurrent,
|
||||
datastore: 'ioredis',
|
||||
connection,
|
||||
|
|
|
|||
Loading…
Reference in New Issue