mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-26 17:59:29 +00:00
minor
This commit is contained in:
parent
3ca07b6750
commit
35d19278e7
1 changed files with 1 additions and 2 deletions
|
|
@ -34,8 +34,7 @@ const (
|
|||
// shards and reduce mutex contention from the parallel prefetcher.
|
||||
jumpDestBuckets = 8
|
||||
|
||||
// jumpDestBucketSize is the per-shard byte budget. Total cache size is
|
||||
// jumpDestBuckets * jumpDestBucketSize.
|
||||
// jumpDestBucketSize is the per-shard byte budget.
|
||||
jumpDestBucketSize = 8 * 1024 * 1024
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue