@okf/ootils 1.6.9 → 1.6.10
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/node.js +2 -2
- package/dist/node.mjs +2 -2
- package/package.json +1 -1
package/dist/node.js
CHANGED
|
@@ -1291,7 +1291,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1291
1291
|
workerConfig: {
|
|
1292
1292
|
concurrency: 5,
|
|
1293
1293
|
limiter: {
|
|
1294
|
-
max:
|
|
1294
|
+
max: 100,
|
|
1295
1295
|
// (lets always keep this same as content enhance & embed since it comes immediately after)
|
|
1296
1296
|
duration: 6e4
|
|
1297
1297
|
// ...60 seconds (higher throughput for chunking)
|
|
@@ -1320,7 +1320,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1320
1320
|
workerConfig: {
|
|
1321
1321
|
concurrency: 5,
|
|
1322
1322
|
limiter: {
|
|
1323
|
-
max:
|
|
1323
|
+
max: 100,
|
|
1324
1324
|
// (lets always keep this same as content enhance & embed since it comes immediately after)
|
|
1325
1325
|
duration: 6e4
|
|
1326
1326
|
// ...60 seconds (higher throughput for chunking)
|
package/dist/node.mjs
CHANGED
|
@@ -1296,7 +1296,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1296
1296
|
workerConfig: {
|
|
1297
1297
|
concurrency: 5,
|
|
1298
1298
|
limiter: {
|
|
1299
|
-
max:
|
|
1299
|
+
max: 100,
|
|
1300
1300
|
// (lets always keep this same as content enhance & embed since it comes immediately after)
|
|
1301
1301
|
duration: 6e4
|
|
1302
1302
|
// ...60 seconds (higher throughput for chunking)
|
|
@@ -1325,7 +1325,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
|
|
|
1325
1325
|
workerConfig: {
|
|
1326
1326
|
concurrency: 5,
|
|
1327
1327
|
limiter: {
|
|
1328
|
-
max:
|
|
1328
|
+
max: 100,
|
|
1329
1329
|
// (lets always keep this same as content enhance & embed since it comes immediately after)
|
|
1330
1330
|
duration: 6e4
|
|
1331
1331
|
// ...60 seconds (higher throughput for chunking)
|