We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a53d8 commit 4978d6bCopy full SHA for 4978d6b
libraries/helpers/src/utils/concurrency.service.ts
@@ -19,7 +19,7 @@ export async function concurrencyService<T>(
19
try {
20
load = await bottleneck
21
.key(identifier.split('-')[0])
22
- .schedule<T>({ expiration: 60_000 }, async () => {
+ .schedule<T>({ expiration: 120_000 }, async () => {
23
return await func();
24
});
25
} catch (err) {}
0 commit comments