mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 11:20:45 +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.
|
// shards and reduce mutex contention from the parallel prefetcher.
|
||||||
jumpDestBuckets = 8
|
jumpDestBuckets = 8
|
||||||
|
|
||||||
// jumpDestBucketSize is the per-shard byte budget. Total cache size is
|
// jumpDestBucketSize is the per-shard byte budget.
|
||||||
// jumpDestBuckets * jumpDestBucketSize.
|
|
||||||
jumpDestBucketSize = 8 * 1024 * 1024
|
jumpDestBucketSize = 8 * 1024 * 1024
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue