change prefetch thread num (#830)

This commit is contained in:
flywukong 2022-04-01 21:56:23 +08:00 committed by GitHub
parent 4598334a9a
commit c57b02c293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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