Browse Source

system.totalordermulticast.timeout = 2000 -》 60000;

maxbatchsize 400 -》 2000;
tags/1.1.5
zhaoguangwei 5 years ago
parent
commit
82ae428017
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/manager/manager-service/src/main/resources/bftsmart.default.config

+ 2
- 2
source/manager/manager-service/src/main/resources/bftsmart.default.config View File

@@ -39,11 +39,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