From bb95322f46524ea52b6762c349905dcc910814c8 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Mon, 6 Aug 2018 11:14:02 +0800 Subject: simulation: free resource after use and misc fix for k8s mode (#31) --- test_config/test.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test_config/test.toml') 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" -- cgit v1.2.3