aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/kubernetes/config.toml.in
blob: d9560555c7aab85e8365969a1e16ac9dfef9e0d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
title = "DEXON Consensus Simulation Config"

[validator]
num = {{numValidators}}
propose_interval_mean = 5e+02
propose_interval_sigma = 3e+01

[networking]
type = "tcp"
peer_server = "peer-server-svc.default.svc.cluster.local"
mean = 1e+02
sigma = 1e+01
loss_rate_value = 0e+00