mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
change import batch size
This commit is contained in:
parent
c7bdf6b2fe
commit
0444f2e5b7
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
importBatchSize = 2500
|
||||
importBatchSize = 1
|
||||
)
|
||||
|
||||
// ErrImportInterrupted is returned when the user interrupts the import process.
|
||||
|
|
|
|||
Loading…
Reference in a new issue