Skip to content

Commit

Permalink
set num nodes back to 1000 for sample sims.
Browse files Browse the repository at this point in the history
  • Loading branch information
Saizan committed Oct 31, 2024
1 parent 75d18a9 commit 3f2513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulation/src/PraosProtocol/ExamplesPraosP2P.hs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ example1000Diffusion nlinks stop fp =
{ worldDimensions = (0.600, 0.300)
, worldIsCylinder = True
}
, p2pNumNodes = 600
, p2pNumNodes = 1000
, p2pNodeLinksClose = nlinks
, p2pNodeLinksRandom = nlinks
}
Expand Down

0 comments on commit 3f2513d

Please sign in to comment.