@okf/ootils 1.6.8 → 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 CHANGED
@@ -1175,7 +1175,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1175
1175
  concurrency: 10,
1176
1176
  // Process 10 jobs at once for chunk processing
1177
1177
  limiter: {
1178
- max: 5,
1178
+ max: 100,
1179
1179
  // Max 50 jobs per...
1180
1180
  duration: 6e4
1181
1181
  // ...60 seconds (higher throughput for chunking)
@@ -1291,7 +1291,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1291
1291
  workerConfig: {
1292
1292
  concurrency: 5,
1293
1293
  limiter: {
1294
- max: 15,
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: 15,
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
@@ -1180,7 +1180,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1180
1180
  concurrency: 10,
1181
1181
  // Process 10 jobs at once for chunk processing
1182
1182
  limiter: {
1183
- max: 5,
1183
+ max: 100,
1184
1184
  // Max 50 jobs per...
1185
1185
  duration: 6e4
1186
1186
  // ...60 seconds (higher throughput for chunking)
@@ -1296,7 +1296,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1296
1296
  workerConfig: {
1297
1297
  concurrency: 5,
1298
1298
  limiter: {
1299
- max: 15,
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: 15,
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)
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.8",
6
+ "version": "1.6.10",
7
7
  "description": "Utility functions for both browser and Node.js",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.mjs",