mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 13:38:35 +00:00
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