1
0
mirror of synced 2025-02-08 13:53:59 +00:00
This commit is contained in:
Youngjoon Lee 2024-12-02 12:53:44 +09:00
parent f38d13090c
commit 9fe53a7a60
No known key found for this signature in database
GPG Key ID: 303963A54A81DD4D

View File

@ -109,6 +109,7 @@ fn new_mix_configs(listening_addresses: Vec<Multiaddr>) -> Vec<TestMixSettings>
listening_address: listening_address.clone(), listening_address: listening_address.clone(),
node_key: ed25519::SecretKey::generate(), node_key: ed25519::SecretKey::generate(),
peering_degree: PEERING_DEGREE, peering_degree: PEERING_DEGREE,
max_peering_degree: PEERING_DEGREE + 5,
conn_maintenance: ConnectionMaintenanceSettings { conn_maintenance: ConnectionMaintenanceSettings {
time_window: Duration::from_secs(10), time_window: Duration::from_secs(10),
expected_effective_messages: 5.0, expected_effective_messages: 5.0,