@twin.org/node-core 0.10.1-next.3 → 0.10.1-next.4

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.
@@ -1173,6 +1173,7 @@ async function configureImmutableProof(coreConfig, envVars) {
1173
1173
  taskRetryInterval: envSecToMs(envVars, "immutableProofTaskRetryInterval"),
1174
1174
  taskFailureRetainFor: envMinToMs(envVars, "immutableProofTaskFailureRetainFor"),
1175
1175
  taskWorkerIdleTimeout: envSecToMs(envVars, "immutableProofTaskWorkerIdleTimeout"),
1176
+ taskWorkerCount: envCount(envVars, "immutableProofTaskWorkerCount"),
1176
1177
  sweepIntervalMinutes: envMinutes(envVars, "immutableProofSweepInterval"),
1177
1178
  sweepStaleThresholdMs: envMinToMs(envVars, "immutableProofSweepStaleThreshold"),
1178
1179
  sweepMaxAttempts: envCount(envVars, "immutableProofSweepMaxAttempts"),