set heartbeat to 20 steps

Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
This commit is contained in:
Arunima Chaudhuri 2024-05-29 11:51:02 +00:00
parent d9f29dc5f2
commit e5dd13bd97

View File

@ -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)