Browse Source

cancel sender thread config

tags/1.4.0^2
zhangshuang 5 years ago
parent
commit
beaed311ff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      deploy/deploy-peer/src/main/resources/config/init/bftsmart.config

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

@@ -55,7 +55,7 @@ system.server.3.network.secure=false
#system.authentication.hmacAlgorithm = HmacSHA1

#Specify if the communication system should use a thread to send data (true or false)
system.communication.useSenderThread = true
system.communication.useSenderThread = false

#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.


Loading…
Cancel
Save