mirror of
https://github.com/codex-storage/das-research.git
synced 2025-02-23 16:28:27 +00:00
fixup: make validatorsPerNode and bandwidth consistent
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
9d9612fd34
commit
5613996547
@ -58,8 +58,8 @@ validatorsPerNode2 = [2, 4, 8, 16, 32]
|
|||||||
# Set uplink bandwidth. In segments (~560 bytes) per timestep (50ms?)
|
# Set uplink bandwidth. In segments (~560 bytes) per timestep (50ms?)
|
||||||
# 1 Mbps ~= 1e6 / 20 / 8 / 560 ~= 11
|
# 1 Mbps ~= 1e6 / 20 / 8 / 560 ~= 11
|
||||||
bwUplinksProd = [2200]
|
bwUplinksProd = [2200]
|
||||||
bwUplinks1 = [2200]
|
bwUplinks1 = [110]
|
||||||
bwUplinks2 = [110]
|
bwUplinks2 = [2200]
|
||||||
|
|
||||||
# Set to True if you want your run to be deterministic, False if not
|
# Set to True if you want your run to be deterministic, False if not
|
||||||
deterministic = False
|
deterministic = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user