@okf/ootils 1.6.11 → 1.6.12

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
@@ -362,7 +362,7 @@ var BASE_BULLMQ_CONFIG = {
362
362
  concurrency: 10,
363
363
  // Process 10 jobs at once for chunk processing
364
364
  limiter: {
365
- max: 100,
365
+ max: 200,
366
366
  // Max 5 jobs per...
367
367
  duration: 6e4
368
368
  // ...60 seconds (higher throughput for chunking)
@@ -421,7 +421,7 @@ var BASE_BULLMQ_CONFIG = {
421
421
  workerConfig: {
422
422
  concurrency: 1,
423
423
  limiter: {
424
- max: 100,
424
+ max: 200,
425
425
  // Max 50 jobs per...
426
426
  duration: 6e4
427
427
  // ...60 seconds (higher throughput for chunking)
@@ -450,7 +450,7 @@ var BASE_BULLMQ_CONFIG = {
450
450
  workerConfig: {
451
451
  concurrency: 1,
452
452
  limiter: {
453
- max: 5,
453
+ max: 20,
454
454
  // Max 5 jobs per...
455
455
  duration: 6e4
456
456
  // ...60 seconds (higher throughput for chunking)
@@ -537,7 +537,7 @@ var BASE_BULLMQ_CONFIG = {
537
537
  workerConfig: {
538
538
  concurrency: 5,
539
539
  limiter: {
540
- max: 100,
540
+ max: 200,
541
541
  // (lets always keep this same as content enhance & embed since it comes immediately after)
542
542
  duration: 6e4
543
543
  // ...60 seconds (higher throughput for chunking)
package/dist/browser.mjs CHANGED
@@ -329,7 +329,7 @@ var BASE_BULLMQ_CONFIG = {
329
329
  concurrency: 10,
330
330
  // Process 10 jobs at once for chunk processing
331
331
  limiter: {
332
- max: 100,
332
+ max: 200,
333
333
  // Max 5 jobs per...
334
334
  duration: 6e4
335
335
  // ...60 seconds (higher throughput for chunking)
@@ -388,7 +388,7 @@ var BASE_BULLMQ_CONFIG = {
388
388
  workerConfig: {
389
389
  concurrency: 1,
390
390
  limiter: {
391
- max: 100,
391
+ max: 200,
392
392
  // Max 50 jobs per...
393
393
  duration: 6e4
394
394
  // ...60 seconds (higher throughput for chunking)
@@ -417,7 +417,7 @@ var BASE_BULLMQ_CONFIG = {
417
417
  workerConfig: {
418
418
  concurrency: 1,
419
419
  limiter: {
420
- max: 5,
420
+ max: 20,
421
421
  // Max 5 jobs per...
422
422
  duration: 6e4
423
423
  // ...60 seconds (higher throughput for chunking)
@@ -504,7 +504,7 @@ var BASE_BULLMQ_CONFIG = {
504
504
  workerConfig: {
505
505
  concurrency: 5,
506
506
  limiter: {
507
- max: 100,
507
+ max: 200,
508
508
  // (lets always keep this same as content enhance & embed since it comes immediately after)
509
509
  duration: 6e4
510
510
  // ...60 seconds (higher throughput for chunking)
package/dist/node.js CHANGED
@@ -99,7 +99,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
99
99
  concurrency: 10,
100
100
  // Process 10 jobs at once for chunk processing
101
101
  limiter: {
102
- max: 100,
102
+ max: 200,
103
103
  // Max 5 jobs per...
104
104
  duration: 6e4
105
105
  // ...60 seconds (higher throughput for chunking)
@@ -158,7 +158,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
158
158
  workerConfig: {
159
159
  concurrency: 1,
160
160
  limiter: {
161
- max: 100,
161
+ max: 200,
162
162
  // Max 50 jobs per...
163
163
  duration: 6e4
164
164
  // ...60 seconds (higher throughput for chunking)
@@ -187,7 +187,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
187
187
  workerConfig: {
188
188
  concurrency: 1,
189
189
  limiter: {
190
- max: 5,
190
+ max: 20,
191
191
  // Max 5 jobs per...
192
192
  duration: 6e4
193
193
  // ...60 seconds (higher throughput for chunking)
@@ -274,7 +274,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
274
274
  workerConfig: {
275
275
  concurrency: 5,
276
276
  limiter: {
277
- max: 100,
277
+ max: 200,
278
278
  // (lets always keep this same as content enhance & embed since it comes immediately after)
279
279
  duration: 6e4
280
280
  // ...60 seconds (higher throughput for chunking)
package/dist/node.mjs CHANGED
@@ -104,7 +104,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
104
104
  concurrency: 10,
105
105
  // Process 10 jobs at once for chunk processing
106
106
  limiter: {
107
- max: 100,
107
+ max: 200,
108
108
  // Max 5 jobs per...
109
109
  duration: 6e4
110
110
  // ...60 seconds (higher throughput for chunking)
@@ -163,7 +163,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
163
163
  workerConfig: {
164
164
  concurrency: 1,
165
165
  limiter: {
166
- max: 100,
166
+ max: 200,
167
167
  // Max 50 jobs per...
168
168
  duration: 6e4
169
169
  // ...60 seconds (higher throughput for chunking)
@@ -192,7 +192,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
192
192
  workerConfig: {
193
193
  concurrency: 1,
194
194
  limiter: {
195
- max: 5,
195
+ max: 20,
196
196
  // Max 5 jobs per...
197
197
  duration: 6e4
198
198
  // ...60 seconds (higher throughput for chunking)
@@ -279,7 +279,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
279
279
  workerConfig: {
280
280
  concurrency: 5,
281
281
  limiter: {
282
- max: 100,
282
+ max: 200,
283
283
  // (lets always keep this same as content enhance & embed since it comes immediately after)
284
284
  duration: 6e4
285
285
  // ...60 seconds (higher throughput for chunking)
package/dist/universal.js CHANGED
@@ -362,7 +362,7 @@ var BASE_BULLMQ_CONFIG = {
362
362
  concurrency: 10,
363
363
  // Process 10 jobs at once for chunk processing
364
364
  limiter: {
365
- max: 100,
365
+ max: 200,
366
366
  // Max 5 jobs per...
367
367
  duration: 6e4
368
368
  // ...60 seconds (higher throughput for chunking)
@@ -421,7 +421,7 @@ var BASE_BULLMQ_CONFIG = {
421
421
  workerConfig: {
422
422
  concurrency: 1,
423
423
  limiter: {
424
- max: 100,
424
+ max: 200,
425
425
  // Max 50 jobs per...
426
426
  duration: 6e4
427
427
  // ...60 seconds (higher throughput for chunking)
@@ -450,7 +450,7 @@ var BASE_BULLMQ_CONFIG = {
450
450
  workerConfig: {
451
451
  concurrency: 1,
452
452
  limiter: {
453
- max: 5,
453
+ max: 20,
454
454
  // Max 5 jobs per...
455
455
  duration: 6e4
456
456
  // ...60 seconds (higher throughput for chunking)
@@ -537,7 +537,7 @@ var BASE_BULLMQ_CONFIG = {
537
537
  workerConfig: {
538
538
  concurrency: 5,
539
539
  limiter: {
540
- max: 100,
540
+ max: 200,
541
541
  // (lets always keep this same as content enhance & embed since it comes immediately after)
542
542
  duration: 6e4
543
543
  // ...60 seconds (higher throughput for chunking)
@@ -329,7 +329,7 @@ var BASE_BULLMQ_CONFIG = {
329
329
  concurrency: 10,
330
330
  // Process 10 jobs at once for chunk processing
331
331
  limiter: {
332
- max: 100,
332
+ max: 200,
333
333
  // Max 5 jobs per...
334
334
  duration: 6e4
335
335
  // ...60 seconds (higher throughput for chunking)
@@ -388,7 +388,7 @@ var BASE_BULLMQ_CONFIG = {
388
388
  workerConfig: {
389
389
  concurrency: 1,
390
390
  limiter: {
391
- max: 100,
391
+ max: 200,
392
392
  // Max 50 jobs per...
393
393
  duration: 6e4
394
394
  // ...60 seconds (higher throughput for chunking)
@@ -417,7 +417,7 @@ var BASE_BULLMQ_CONFIG = {
417
417
  workerConfig: {
418
418
  concurrency: 1,
419
419
  limiter: {
420
- max: 5,
420
+ max: 20,
421
421
  // Max 5 jobs per...
422
422
  duration: 6e4
423
423
  // ...60 seconds (higher throughput for chunking)
@@ -504,7 +504,7 @@ var BASE_BULLMQ_CONFIG = {
504
504
  workerConfig: {
505
505
  concurrency: 5,
506
506
  limiter: {
507
- max: 100,
507
+ max: 200,
508
508
  // (lets always keep this same as content enhance & embed since it comes immediately after)
509
509
  duration: 6e4
510
510
  // ...60 seconds (higher throughput for chunking)
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.11",
6
+ "version": "1.6.12",
7
7
  "description": "Utility functions for both browser and Node.js",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.mjs",