From e5dd13bd97cd7cccff81bc6272ed6df9ff242980 Mon Sep 17 00:00:00 2001 From: Arunima Chaudhuri Date: Wed, 29 May 2024 11:51:02 +0000 Subject: [PATCH] set heartbeat to 20 steps Signed-off-by: Arunima Chaudhuri --- smallConf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smallConf.py b/smallConf.py index 7172013..1c60cc0 100644 --- a/smallConf.py +++ b/smallConf.py @@ -63,7 +63,7 @@ randomizeMaliciousNodes = True gossip = True # Heartbeat interval for gossip messages in simulation steps -heartbeat = 10 +heartbeat = 20 # Per-topic mesh neighborhood size netDegrees = range(8, 9, 2)