Skip to content

Commit 4978d6b

Browse files
committed
feat: more queue time?
1 parent d5a53d8 commit 4978d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/helpers/src/utils/concurrency.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export async function concurrencyService<T>(
1919
try {
2020
load = await bottleneck
2121
.key(identifier.split('-')[0])
22-
.schedule<T>({ expiration: 60_000 }, async () => {
22+
.schedule<T>({ expiration: 120_000 }, async () => {
2323
return await func();
2424
});
2525
} catch (err) {}

0 commit comments

Comments
 (0)