@okf/ootils 1.39.0 → 1.39.1

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
@@ -1085,8 +1085,8 @@ var BASE_BULLMQ_CONFIG = {
1085
1085
  type: "exponential",
1086
1086
  delay: 5e3
1087
1087
  },
1088
- removeOnComplete: 100,
1089
- // chunks fan out wider; keep a few more
1088
+ removeOnComplete: 200,
1089
+ // chunks fan out wider; keep a few more. because if a parent has MANY chunks, we need all of them to survive until the parent gets triggered
1090
1090
  removeOnFail: 300
1091
1091
  },
1092
1092
  streams: {
package/dist/browser.mjs CHANGED
@@ -1015,8 +1015,8 @@ var BASE_BULLMQ_CONFIG = {
1015
1015
  type: "exponential",
1016
1016
  delay: 5e3
1017
1017
  },
1018
- removeOnComplete: 100,
1019
- // chunks fan out wider; keep a few more
1018
+ removeOnComplete: 200,
1019
+ // chunks fan out wider; keep a few more. because if a parent has MANY chunks, we need all of them to survive until the parent gets triggered
1020
1020
  removeOnFail: 300
1021
1021
  },
1022
1022
  streams: {
package/dist/node.js CHANGED
@@ -316,8 +316,8 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
316
316
  type: "exponential",
317
317
  delay: 5e3
318
318
  },
319
- removeOnComplete: 100,
320
- // chunks fan out wider; keep a few more
319
+ removeOnComplete: 200,
320
+ // chunks fan out wider; keep a few more. because if a parent has MANY chunks, we need all of them to survive until the parent gets triggered
321
321
  removeOnFail: 300
322
322
  },
323
323
  streams: {
package/dist/node.mjs CHANGED
@@ -321,8 +321,8 @@ var init_GLOBAL_BULLMQ_CONFIG = __esm({
321
321
  type: "exponential",
322
322
  delay: 5e3
323
323
  },
324
- removeOnComplete: 100,
325
- // chunks fan out wider; keep a few more
324
+ removeOnComplete: 200,
325
+ // chunks fan out wider; keep a few more. because if a parent has MANY chunks, we need all of them to survive until the parent gets triggered
326
326
  removeOnFail: 300
327
327
  },
328
328
  streams: {
package/dist/universal.js CHANGED
@@ -1085,8 +1085,8 @@ var BASE_BULLMQ_CONFIG = {
1085
1085
  type: "exponential",
1086
1086
  delay: 5e3
1087
1087
  },
1088
- removeOnComplete: 100,
1089
- // chunks fan out wider; keep a few more
1088
+ removeOnComplete: 200,
1089
+ // chunks fan out wider; keep a few more. because if a parent has MANY chunks, we need all of them to survive until the parent gets triggered
1090
1090
  removeOnFail: 300
1091
1091
  },
1092
1092
  streams: {
@@ -1015,8 +1015,8 @@ var BASE_BULLMQ_CONFIG = {
1015
1015
  type: "exponential",
1016
1016
  delay: 5e3
1017
1017
  },
1018
- removeOnComplete: 100,
1019
- // chunks fan out wider; keep a few more
1018
+ removeOnComplete: 200,
1019
+ // chunks fan out wider; keep a few more. because if a parent has MANY chunks, we need all of them to survive until the parent gets triggered
1020
1020
  removeOnFail: 300
1021
1021
  },
1022
1022
  streams: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.39.0",
6
+ "version": "1.39.1",
7
7
  "description": "Utility functions for both browser and Node.js",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.mjs",