mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-08 16:13:07 +00:00
fix: update cfgsync template
This commit is contained in:
parent
6ce0c4ede5
commit
f8061cf584
@ -11,26 +11,22 @@ subnetwork_size: {{ subnet_size }}
|
|||||||
dispersal_factor: {{ dispersal_factor }}
|
dispersal_factor: {{ dispersal_factor }}
|
||||||
num_samples: 1
|
num_samples: 1
|
||||||
num_subnets: {{ subnet_size }}
|
num_subnets: {{ subnet_size }}
|
||||||
old_blobs_check_interval_secs: 5
|
old_blobs_check_interval_secs: "5.0"
|
||||||
blobs_validity_duration_secs: 60
|
blobs_validity_duration_secs: "60.0"
|
||||||
global_params_path: "/kzgrs_test_params"
|
global_params_path: "/kzgrs_test_params"
|
||||||
min_dispersal_peers: 1
|
min_dispersal_peers: 1
|
||||||
min_replication_peers: 1
|
min_replication_peers: 1
|
||||||
monitor_failure_time_window_secs: 5
|
monitor_failure_time_window: "5.0"
|
||||||
balancer_interval_secs: 5
|
balancer_interval: "5.0"
|
||||||
# Dispersal mempool publish strategy
|
# Dispersal mempool publish strategy
|
||||||
mempool_publish_strategy: !SampleSubnetworks
|
mempool_publish_strategy: !SampleSubnetworks
|
||||||
sample_threshold: {{ subnet_size }}
|
sample_threshold: {{ subnet_size }}
|
||||||
timeout:
|
timeout: "2.0"
|
||||||
secs: 2
|
cooldown: "0.0001"
|
||||||
nanos: 0
|
|
||||||
cooldown:
|
|
||||||
secs: 0
|
|
||||||
nanos: 100000000
|
|
||||||
|
|
||||||
replication_settings:
|
replication_settings:
|
||||||
seen_message_cache_size: 204800
|
seen_message_cache_size: 204800
|
||||||
seen_message_ttl_secs: "900.0"
|
seen_message_ttl: "900.0"
|
||||||
|
|
||||||
# Tracing
|
# Tracing
|
||||||
tracing_settings:
|
tracing_settings:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user