@sentio/runtime 2.59.3-rc.3 → 2.59.3-rc.5

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.
@@ -26462,7 +26462,7 @@ var optionDefinitions = [
26462
26462
  { name: "start-action-server", type: Boolean, defaultValue: false },
26463
26463
  { name: "worker", type: Number, defaultValue: workerNum },
26464
26464
  { name: "process-timeout", type: Number, defaultValue: 60 },
26465
- { name: "worker-timeout", type: Number, defaultValue: 60 },
26465
+ { name: "worker-timeout", type: Number, defaultValue: parseInt(process.env["WORKER_TIMEOUT_SECONDS"] || "60") },
26466
26466
  {
26467
26467
  name: "enable-partition",
26468
26468
  type: Boolean,