mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
increase tx limit (#1047)
This commit is contained in:
parent
256e4262e1
commit
50d13fd9a8
@ -577,7 +577,7 @@ func (d *Downloader) syncWithPeer(p *peerConnection, hash common.Hash, blockNumb
|
||||
return err
|
||||
}
|
||||
|
||||
canRunCycleInOneTransaction := height-origin < 32 && height-hashStateStageProgress < 32
|
||||
canRunCycleInOneTransaction := height-origin < 1024 && height-hashStateStageProgress < 1024
|
||||
|
||||
var writeDB ethdb.Database // on this variable will run sync cycle.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user