change prefetch thread num (#830)
This commit is contained in:
parent
4598334a9a
commit
c57b02c293
@ -26,7 +26,7 @@ import (
|
||||
"github.com/ethereum/go-ethereum/params"
|
||||
)
|
||||
|
||||
const prefetchThread = 2
|
||||
const prefetchThread = 3
|
||||
const checkInterval = 10
|
||||
|
||||
// statePrefetcher is a basic Prefetcher, which blindly executes a block on top
|
||||
|
Loading…
Reference in New Issue
Block a user