aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/kubernetes/config.toml.in
blob: 546fa8e120995f48f2353051486f6350ac94b2a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
title = "DEXON Consensus Simulation Config"

[node]
num = {{numNode}}
lambda = 250
max_block = 1000

[node.consensus]
phi_ratio = 6.66670024394989e-01
k = 1
chain_num = 7
genesis_crs = "In DEXON we trust."

[node.legacy]
propose_interval_mean = 5e+02
propose_interval_sigma = 5e+01

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

[scheduler]
worker_num = 2