forked from TrueCloudLab/neoneo-go
commit
4313b7f0c7
1 changed files with 1 additions and 1 deletions
|
@ -1580,7 +1580,7 @@ func (s *Server) initStaleMemPools() {
|
|||
func (s *Server) broadcastTxLoop() {
|
||||
const (
|
||||
batchTime = time.Millisecond * 50
|
||||
batchSize = 32
|
||||
batchSize = 42
|
||||
)
|
||||
|
||||
txs := make([]util.Uint256, 0, batchSize)
|
||||
|
|
Loading…
Reference in a new issue