From 3f2513df87b41cbe3724988d86b123b8b9e7a3dd Mon Sep 17 00:00:00 2001 From: Andrea Vezzosi Date: Thu, 31 Oct 2024 09:24:07 +0100 Subject: [PATCH] set num nodes back to 1000 for sample sims. --- simulation/src/PraosProtocol/ExamplesPraosP2P.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulation/src/PraosProtocol/ExamplesPraosP2P.hs b/simulation/src/PraosProtocol/ExamplesPraosP2P.hs index 54e10181..6d43407c 100644 --- a/simulation/src/PraosProtocol/ExamplesPraosP2P.hs +++ b/simulation/src/PraosProtocol/ExamplesPraosP2P.hs @@ -132,7 +132,7 @@ example1000Diffusion nlinks stop fp = { worldDimensions = (0.600, 0.300) , worldIsCylinder = True } - , p2pNumNodes = 600 + , p2pNumNodes = 1000 , p2pNodeLinksClose = nlinks , p2pNodeLinksRandom = nlinks }