@okf/ootils 1.6.2 → 1.6.3

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
@@ -1133,7 +1133,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1133
1133
  concurrency: 10,
1134
1134
  // Process 10 jobs at once for chunk processing
1135
1135
  limiter: {
1136
- max: 10,
1136
+ max: 100,
1137
1137
  // Max 5 jobs per...
1138
1138
  duration: 6e4
1139
1139
  // ...60 seconds (higher throughput for chunking)
@@ -1180,7 +1180,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1180
1180
  workerConfig: {
1181
1181
  concurrency: 1,
1182
1182
  limiter: {
1183
- max: 15,
1183
+ max: 100,
1184
1184
  // Max 50 jobs per...
1185
1185
  duration: 6e4
1186
1186
  // ...60 seconds (higher throughput for chunking)
@@ -1226,7 +1226,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1226
1226
  workerConfig: {
1227
1227
  concurrency: 1,
1228
1228
  limiter: {
1229
- max: 15,
1229
+ max: 100,
1230
1230
  // (lets always keep this same as content enhance & embed since it comes immediately after)
1231
1231
  duration: 6e4
1232
1232
  // ...60 seconds (higher throughput for chunking)
package/dist/node.mjs CHANGED
@@ -1138,7 +1138,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1138
1138
  concurrency: 10,
1139
1139
  // Process 10 jobs at once for chunk processing
1140
1140
  limiter: {
1141
- max: 10,
1141
+ max: 100,
1142
1142
  // Max 5 jobs per...
1143
1143
  duration: 6e4
1144
1144
  // ...60 seconds (higher throughput for chunking)
@@ -1185,7 +1185,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1185
1185
  workerConfig: {
1186
1186
  concurrency: 1,
1187
1187
  limiter: {
1188
- max: 15,
1188
+ max: 100,
1189
1189
  // Max 50 jobs per...
1190
1190
  duration: 6e4
1191
1191
  // ...60 seconds (higher throughput for chunking)
@@ -1231,7 +1231,7 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
1231
1231
  workerConfig: {
1232
1232
  concurrency: 1,
1233
1233
  limiter: {
1234
- max: 15,
1234
+ max: 100,
1235
1235
  // (lets always keep this same as content enhance & embed since it comes immediately after)
1236
1236
  duration: 6e4
1237
1237
  // ...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.2",
6
+ "version": "1.6.3",
7
7
  "description": "Utility functions for both browser and Node.js",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.mjs",