From efd236b8ab35dc33f62d2899ce92251f8dac22fa Mon Sep 17 00:00:00 2001 From: flywukong <2229306838@qq.com> Date: Fri, 1 Apr 2022 15:16:27 +0800 Subject: [PATCH] change prefetch thread num --- core/state_prefetcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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