@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 +4 -4
- package/dist/browser.mjs +4 -4
- package/dist/node.js +4 -4
- package/dist/node.mjs +4 -4
- package/dist/universal.js +4 -4
- package/dist/universal.mjs +4 -4
- package/package.json +1 -1
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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/universal.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:
|
|
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:
|
|
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:
|
|
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:
|
|
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)
|