From c59b65f22bcd61b10c654ee784d6b8bef9fd3bca Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Mon, 15 Oct 2018 10:50:55 +0800 Subject: test_config: sync default config (#200) --- simulation/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simulation/config') diff --git a/simulation/config/config.go b/simulation/config/config.go index ac4303d..ec0aa37 100644 --- a/simulation/config/config.go +++ b/simulation/config/config.go @@ -100,7 +100,7 @@ func GenerateDefault(path string) error { GenesisCRS: "In DEXON we trust.", LambdaBA: 250, LambdaDKG: 1000, - RoundInterval: 365 * 86400 * 1000, + RoundInterval: 30 * 1000, }, Legacy: Legacy{ ProposeIntervalMean: 500, -- cgit v1.2.3