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

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

[validator.consensus]
phi_ratio = 6.66670024394989e-01
k = 1

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