Browse Source

system.totalordermulticast.timeout: 2000-》60000; system.totalordermulticast.maxbatchsize: 400 -》2000

tags/1.1.3
zhaoguangwei 5 years ago
parent
commit
067f2dfbf9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/deployment/deployment-peer/src/main/resources/config/init/bftsmart.config

+ 2
- 2
source/deployment/deployment-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