mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 11:34:58 +02:00
TSK-476: Bitrix import fixes (#2548)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import PQueue from 'p-queue'
|
||||
|
||||
export const bitrixQueue = new PQueue({
|
||||
intervalCap: 2,
|
||||
interval: 1000
|
||||
})
|
||||
Reference in New Issue
Block a user