mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 13:13:08 +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 }}
|
||||
num_samples: 1
|
||||
num_subnets: {{ subnet_size }}
|
||||
old_blobs_check_interval_secs: 5
|
||||
blobs_validity_duration_secs: 60
|
||||
old_blobs_check_interval_secs: "5.0"
|
||||
blobs_validity_duration_secs: "60.0"
|
||||
global_params_path: "/kzgrs_test_params"
|
||||
min_dispersal_peers: 1
|
||||
min_replication_peers: 1
|
||||
monitor_failure_time_window_secs: 5
|
||||
balancer_interval_secs: 5
|
||||
monitor_failure_time_window: "5.0"
|
||||
balancer_interval: "5.0"
|
||||
# Dispersal mempool publish strategy
|
||||
mempool_publish_strategy: !SampleSubnetworks
|
||||
sample_threshold: {{ subnet_size }}
|
||||
timeout:
|
||||
secs: 2
|
||||
nanos: 0
|
||||
cooldown:
|
||||
secs: 0
|
||||
nanos: 100000000
|
||||
timeout: "2.0"
|
||||
cooldown: "0.0001"
|
||||
|
||||
replication_settings:
|
||||
seen_message_cache_size: 204800
|
||||
seen_message_ttl_secs: "900.0"
|
||||
seen_message_ttl: "900.0"
|
||||
|
||||
# Tracing
|
||||
tracing_settings:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user