Update core/state/database.go

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
This commit is contained in:
rjl493456442 2025-05-08 19:15:42 +08:00 committed by GitHub
parent 8be2f847a9
commit b5d92a3fa6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ import (
const (
// Number of codehash->size associations to keep.
codeSizeCacheSize = 1000_000 // 4 megabytes in total
codeSizeCacheSize = 1_000_000 // 4 megabytes in total
// Cache size granted for caching clean code.
codeCacheSize = 256 * 1024 * 1024