mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-31 12:38:27 +00:00
7 lines
108 B
TypeScript
7 lines
108 B
TypeScript
import PQueue from 'p-queue'
|
|
|
|
export const bitrixQueue = new PQueue({
|
|
intervalCap: 2,
|
|
interval: 1000
|
|
})
|