Browse Source

optimized the default values of bftsmart.config;

tags/1.4.0^2
huanghaiquan 3 years ago
parent
commit
0a179ef849
2 changed files with 7 additions and 1 deletions
  1. +6
    -0
      deploy/deploy-peer/src/main/resources/config/init/bftsmart.config
  2. +1
    -1
      libs/bft-smart

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

@@ -57,6 +57,12 @@ system.server.3.network.secure=false
#Specify if the communication system should use a thread to send data (true or false) #Specify if the communication system should use a thread to send data (true or false)
system.communication.useSenderThread = true system.communication.useSenderThread = true


#The time interval for retrying to send message after connection failure. In milliseconds;
system.communication.send.retryInterval=2000

#The number of retries to send message after connection failure.
system.communication.send.retryCount=100

#Force all processes to use the same public/private keys pair and secret key. This is useful when deploying experiments #Force all processes to use the same public/private keys pair and secret key. This is useful when deploying experiments
#and benchmarks, but must not be used in production systems. #and benchmarks, but must not be used in production systems.
system.communication.defaultkeys = true system.communication.defaultkeys = true


+ 1
- 1
libs/bft-smart

@@ -1 +1 @@
Subproject commit 862320c19f048e49f2097d7f83a55f7317793dbc
Subproject commit b9db7d7cf8469ba8c94e896846f136f381d9f7d8

Loading…
Cancel
Save