Browse Source

optimized the default bftsmart configuration;

tags/1.4.0^2
huanghaiquan 3 years ago
parent
commit
dd6314791c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      core
  2. +1
    -1
      deploy/deploy-peer/src/main/resources/config/init/bftsmart.config

+ 1
- 1
core

@@ -1 +1 @@
Subproject commit 7f6bc1b016c86f1d91c669660669c84dc6693165
Subproject commit 4c85de1eb4b9616760bfeff8f158fcd829de5184

+ 1
- 1
deploy/deploy-peer/src/main/resources/config/init/bftsmart.config View File

@@ -154,7 +154,7 @@ system.totalordermulticast.sync_ckp = false
system.initial.view = 0,1,2,3

#The ID of the trust third party (TTP)
system.ttp.id = 7002
system.ttp.id = 2001

#This sets if the system will function in Byzantine or crash-only mode. Set to "true" to support Byzantine faults
system.bft = true


Loading…
Cancel
Save