Browse Source

system.totalordermulticast.timeout=60000

system.totalordermulticast.maxbatchsize=2000
tags/1.2.0^2
zhaoguangwei 5 years ago
parent
commit
2206b55e71
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      deploy/deploy-peer/src/main/resources/config/init/bftsmart.config

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

@@ -72,11 +72,11 @@ system.servers.num = 4
system.servers.f = 1

#Timeout to asking for a client request
system.totalordermulticast.timeout = 2000
system.totalordermulticast.timeout = 60000


#Maximum batch size (in number of messages)
system.totalordermulticast.maxbatchsize = 400
system.totalordermulticast.maxbatchsize = 2000

#Number of nonces (for non-determinism actions) generated
system.totalordermulticast.nonces = 10


Loading…
Cancel
Save