mirror of
https://github.com/logos-blockchain/logos-blockchain-simulations.git
synced 2026-01-07 15:43:09 +00:00
decrease the min peering_degree in session 3 from 4 to 2
This commit is contained in:
parent
167d6cd612
commit
0aff9087cb
@ -233,7 +233,7 @@ impl ParamSet {
|
|||||||
num_paths: 0, // since we're gonna build random topology
|
num_paths: 0, // since we're gonna build random topology
|
||||||
random_topology: true,
|
random_topology: true,
|
||||||
peering_degree: PeeringDegree::Random(vec![
|
peering_degree: PeeringDegree::Random(vec![
|
||||||
(4, 0.87),
|
(2, 0.87),
|
||||||
(12, 0.123),
|
(12, 0.123),
|
||||||
(24, 0.007),
|
(24, 0.007),
|
||||||
]),
|
]),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user