40 lines
906 B
YAML
Raw Permalink 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-04-07 03:01:59 +00:00
old_blobs_check_interval: "5.0"
blobs_validity_duration: "60.0"
2025-02-21 10:10:34 +11:00
global_params_path: "/kzgrs_test_params"
min_dispersal_peers: {{ min_dispersal_peers }}
2025-03-10 20:40:12 +11:00
min_replication_peers: 1
2025-04-07 10:18:33 +08:00
monitor_failure_time_window: "5.0"
balancer_interval: "5.0"
2025-03-12 01:47:17 +02:00
# Dispersal mempool publish strategy
mempool_publish_strategy: !SampleSubnetworks
sample_threshold: {{ subnet_size }}
2025-04-07 10:18:33 +08:00
timeout: "2.0"
cooldown: "0.0001"
2025-02-21 10:10:34 +11:00
replication_settings:
seen_message_cache_size: 204800
2025-04-07 10:18:33 +08:00
seen_message_ttl: "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