@okf/ootils 1.11.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/browser.js CHANGED
@@ -523,7 +523,7 @@ var BASE_BULLMQ_CONFIG = {
523
523
  }
524
524
  },
525
525
  workerConfig: {
526
- concurrency: 1
526
+ concurrency: 200
527
527
  }
528
528
  },
529
529
  DIRECT_DATA_IMPORT_QUEUE: {
@@ -569,7 +569,7 @@ var BASE_BULLMQ_CONFIG = {
569
569
  }
570
570
  },
571
571
  workerConfig: {
572
- concurrency: 1
572
+ concurrency: 200
573
573
  }
574
574
  },
575
575
  ANNOS_ELASTIC_SYNC_QUEUE: {
package/dist/browser.mjs CHANGED
@@ -487,7 +487,7 @@ var BASE_BULLMQ_CONFIG = {
487
487
  }
488
488
  },
489
489
  workerConfig: {
490
- concurrency: 1
490
+ concurrency: 200
491
491
  }
492
492
  },
493
493
  DIRECT_DATA_IMPORT_QUEUE: {
@@ -533,7 +533,7 @@ var BASE_BULLMQ_CONFIG = {
533
533
  }
534
534
  },
535
535
  workerConfig: {
536
- concurrency: 1
536
+ concurrency: 200
537
537
  }
538
538
  },
539
539
  ANNOS_ELASTIC_SYNC_QUEUE: {
package/dist/node.js CHANGED
@@ -142,7 +142,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
142
142
  }
143
143
  },
144
144
  workerConfig: {
145
- concurrency: 1
145
+ concurrency: 200
146
146
  }
147
147
  },
148
148
  DIRECT_DATA_IMPORT_QUEUE: {
@@ -188,7 +188,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
188
188
  }
189
189
  },
190
190
  workerConfig: {
191
- concurrency: 1
191
+ concurrency: 200
192
192
  }
193
193
  },
194
194
  ANNOS_ELASTIC_SYNC_QUEUE: {
package/dist/node.mjs CHANGED
@@ -147,7 +147,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
147
147
  }
148
148
  },
149
149
  workerConfig: {
150
- concurrency: 1
150
+ concurrency: 200
151
151
  }
152
152
  },
153
153
  DIRECT_DATA_IMPORT_QUEUE: {
@@ -193,7 +193,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
193
193
  }
194
194
  },
195
195
  workerConfig: {
196
- concurrency: 1
196
+ concurrency: 200
197
197
  }
198
198
  },
199
199
  ANNOS_ELASTIC_SYNC_QUEUE: {
package/dist/universal.js CHANGED
@@ -523,7 +523,7 @@ var BASE_BULLMQ_CONFIG = {
523
523
  }
524
524
  },
525
525
  workerConfig: {
526
- concurrency: 1
526
+ concurrency: 200
527
527
  }
528
528
  },
529
529
  DIRECT_DATA_IMPORT_QUEUE: {
@@ -569,7 +569,7 @@ var BASE_BULLMQ_CONFIG = {
569
569
  }
570
570
  },
571
571
  workerConfig: {
572
- concurrency: 1
572
+ concurrency: 200
573
573
  }
574
574
  },
575
575
  ANNOS_ELASTIC_SYNC_QUEUE: {
@@ -487,7 +487,7 @@ var BASE_BULLMQ_CONFIG = {
487
487
  }
488
488
  },
489
489
  workerConfig: {
490
- concurrency: 1
490
+ concurrency: 200
491
491
  }
492
492
  },
493
493
  DIRECT_DATA_IMPORT_QUEUE: {
@@ -533,7 +533,7 @@ var BASE_BULLMQ_CONFIG = {
533
533
  }
534
534
  },
535
535
  workerConfig: {
536
- concurrency: 1
536
+ concurrency: 200
537
537
  }
538
538
  },
539
539
  ANNOS_ELASTIC_SYNC_QUEUE: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.11.0",
6
+ "version": "1.13.0",
7
7
  "description": "Utility functions for both browser and Node.js",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.mjs",