44 lines
934 B
YAML
Raw Normal View History

2025-02-21 10:10:34 +11:00
port: 4400
n_hosts: {{ num_hosts }}
timeout: 30
# ConsensusConfig related parameters
security_param: 10
active_slot_coeff: 0.9
# DaConfig related parameters
subnetwork_size: {{ subnet_size }}
dispersal_factor: {{ dispersal_factor }}
2025-02-21 10:10:34 +11:00
num_samples: 1
2025-03-12 01:47:17 +02:00
num_subnets: {{ subnet_size }}
2025-02-21 10:10:34 +11:00
old_blobs_check_interval_secs: 5
blobs_validity_duration_secs: 60
global_params_path: "/kzgrs_test_params"
2025-03-10 20:40:12 +11:00
min_dispersal_peers: 1
min_replication_peers: 1
monitor_failure_time_window_secs: 5
2025-03-10 20:40:12 +11:00
balancer_interval_secs: 5
2025-03-12 01:47:17 +02:00
# Dispersal mempool publish strategy
mempool_publish_strategy: !SampleSubnetworks
sample_threshold: {{ subnet_size }}
timeout:
secs: 2
nanos: 0
cooldown:
secs: 0
nanos: 100000000
2025-02-21 10:10:34 +11:00
replication_settings:
seen_message_cache_size: 204800
2025-03-31 06:09:22 +00:00
seen_message_ttl_secs: "900.0"
2025-02-21 10:10:34 +11:00
# Tracing
tracing_settings:
logger: Stdout
2025-03-10 20:40:12 +11:00
tracing: None
2025-02-21 10:10:34 +11:00
filter: !EnvFilter
filters:
nomos: debug
2025-03-10 20:40:12 +11:00
metrics: None
2025-03-12 01:47:17 +02:00
level: INFO