bulltrackers-module 1.0.314 → 1.0.315

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.
@@ -126,7 +126,7 @@ async function dispatchComputationPass(config, dependencies, computationManifest
126
126
 
127
127
  // 2. Prepare Payload and Telemetry
128
128
  const currentDispatchId = crypto.randomUUID();
129
- const etaSeconds = Math.max(20, Math.cell(totalweight + BASE_SECONDS_PER_WEIGHT_UNIT));
129
+ const etaSeconds = Math.max(20, Math.ceil(totalweight * BASE_SECONDS_PER_WEIGHT_UNIT));
130
130
  const remainingDatesCount = Math.max(0, dirtyDates.length - targetCursorN);
131
131
 
132
132
  const computationNames = selectedTasks.map(t => t.name);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.314",
3
+ "version": "1.0.315",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [