diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-08-13 14:40:16 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2018-08-13 14:42:52 +0800 |
commit | 63c76e56169b6f14ef049490392a1b3b414f73c6 (patch) | |
tree | 23f060ee08c7b90c925d68aa51ae25260711f53e /test_config | |
parent | 39e2ea5eb982007a7438198f6d633fe580a3fd1f (diff) | |
download | dexon-consensus-63c76e56169b6f14ef049490392a1b3b414f73c6.tar dexon-consensus-63c76e56169b6f14ef049490392a1b3b414f73c6.tar.gz dexon-consensus-63c76e56169b6f14ef049490392a1b3b414f73c6.tar.bz2 dexon-consensus-63c76e56169b6f14ef049490392a1b3b414f73c6.tar.lz dexon-consensus-63c76e56169b6f14ef049490392a1b3b414f73c6.tar.xz dexon-consensus-63c76e56169b6f14ef049490392a1b3b414f73c6.tar.zst dexon-consensus-63c76e56169b6f14ef049490392a1b3b414f73c6.zip |
simulation: kubernetes: update config
Diffstat (limited to 'test_config')
-rw-r--r-- | test_config/test.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_config/test.toml b/test_config/test.toml index 0204ea1..d7ba479 100644 --- a/test_config/test.toml +++ b/test_config/test.toml @@ -8,7 +8,7 @@ max_block = 20 [validator.consensus] phi_ratio = 6.66670024394989e-01 -k = 2 +k = 1 [networking] type = "tcp-local" |