feat: new id

This commit is contained in:
Nevo David 2025-08-07 23:42:28 +07:00
parent 889a031e0e
commit 460cef7b32
1 changed files with 1 additions and 1 deletions

View File

@ -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,