Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit 3f17348

Browse files
committed
Fix comment
1 parent cd33dad commit 3f17348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/lib/round-tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export async function maybeCreateSparkRound (pgClient, {
239239
sparkRoundNumber
240240
])
241241

242-
// Simplified: Always assign 100 tasks per node, every round.
242+
// Always assign TASKS_PER_NODE tasks, every round.
243243
const { rowCount } = await pgClient.query(`
244244
INSERT INTO spark_rounds
245245
(id, created_at, meridian_address, meridian_round, start_epoch, max_tasks_per_node)

0 commit comments

Comments
 (0)