diff --git a/core/state_prefetcher.go b/core/state_prefetcher.go index 4909cc3081..bf0a6b80c6 100644 --- a/core/state_prefetcher.go +++ b/core/state_prefetcher.go @@ -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