Skip to content

Commit

Permalink
change prefetch thread num (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
flywukong authored Apr 1, 2022
1 parent 4598334 commit c57b02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state_prefetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c57b02c

Please sign in to comment.