Skip to content

Commit

Permalink
Add comment for #718
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienVig committed Aug 20, 2024
1 parent c3e7082 commit 90e761a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/controllers/decentralized_controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class DecentralizedController extends TrainingController {
const msg: AssignNodeID = {
type: MessageTypes.AssignNodeID,
id: peerId,
waitForMoreParticipants: this.readyNodes.size < minimumReadyPeers
waitForMoreParticipants: this.readyNodes.size < minimumReadyPeers // ground work for #718
}
debug("peer ${peerId} joined ${task.id}");

Expand Down

0 comments on commit 90e761a

Please sign in to comment.