From 56139965477e9281b5bb75f4c218e98fce3313d8 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Mon, 13 Mar 2023 15:27:23 +0100 Subject: [PATCH] fixup: make validatorsPerNode and bandwidth consistent Signed-off-by: Csaba Kiraly --- config_example.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_example.py b/config_example.py index 5272555..b54dff1 100644 --- a/config_example.py +++ b/config_example.py @@ -58,8 +58,8 @@ validatorsPerNode2 = [2, 4, 8, 16, 32] # Set uplink bandwidth. In segments (~560 bytes) per timestep (50ms?) # 1 Mbps ~= 1e6 / 20 / 8 / 560 ~= 11 bwUplinksProd = [2200] -bwUplinks1 = [2200] -bwUplinks2 = [110] +bwUplinks1 = [110] +bwUplinks2 = [2200] # Set to True if you want your run to be deterministic, False if not deterministic = False