diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-08-06 11:14:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-06 11:14:02 +0800 |
commit | bb95322f46524ea52b6762c349905dcc910814c8 (patch) | |
tree | cf53a3b40e5eaba66eb8d837215650fab9b6150c /test_config | |
parent | 4b606c3c12db824cb996d9eca43c1b66b2bdb440 (diff) | |
download | tangerine-consensus-bb95322f46524ea52b6762c349905dcc910814c8.tar.gz tangerine-consensus-bb95322f46524ea52b6762c349905dcc910814c8.tar.zst tangerine-consensus-bb95322f46524ea52b6762c349905dcc910814c8.zip |
simulation: free resource after use and misc fix for k8s mode (#31)
Diffstat (limited to 'test_config')
-rw-r--r-- | test_config/test.toml | 6 |
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" |