From 35d19278e7be0c4e34811815f1c77117841f179c Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Mon, 11 May 2026 11:04:32 +0000 Subject: [PATCH] minor --- core/jumpdest.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/jumpdest.go b/core/jumpdest.go index 50f93cc61b..e7f500dbe9 100644 --- a/core/jumpdest.go +++ b/core/jumpdest.go @@ -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 )