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.
|
|
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);
|