aboutsummaryrefslogtreecommitdiffstats
path: root/test_config/test.toml
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-08-06 11:14:02 +0800
committerGitHub <noreply@github.com>2018-08-06 11:14:02 +0800
commitbb95322f46524ea52b6762c349905dcc910814c8 (patch)
treecf53a3b40e5eaba66eb8d837215650fab9b6150c /test_config/test.toml
parent4b606c3c12db824cb996d9eca43c1b66b2bdb440 (diff)
downloaddexon-consensus-bb95322f46524ea52b6762c349905dcc910814c8.tar
dexon-consensus-bb95322f46524ea52b6762c349905dcc910814c8.tar.gz
dexon-consensus-bb95322f46524ea52b6762c349905dcc910814c8.tar.bz2
dexon-consensus-bb95322f46524ea52b6762c349905dcc910814c8.tar.lz
dexon-consensus-bb95322f46524ea52b6762c349905dcc910814c8.tar.xz
dexon-consensus-bb95322f46524ea52b6762c349905dcc910814c8.tar.zst
dexon-consensus-bb95322f46524ea52b6762c349905dcc910814c8.zip
simulation: free resource after use and misc fix for k8s mode (#31)
Diffstat (limited to 'test_config/test.toml')
-rw-r--r--test_config/test.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/test_config/test.toml b/test_config/test.toml
index a978375..29067a4 100644
--- a/test_config/test.toml
+++ b/test_config/test.toml
@@ -1,10 +1,10 @@
title = "DEXON Consensus Simulation Config"
[validator]
-num =7
+num = 21
propose_interval_mean = 5e+02
-propose_interval_sigma = 3e+01
-max_block = 10
+propose_interval_sigma = 5e+0
+max_block = 20
[networking]
type = "tcp-local"