mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
Update core/state/database.go
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
This commit is contained in:
parent
8be2f847a9
commit
b5d92a3fa6
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// Number of codehash->size associations to keep.
|
// 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.
|
// Cache size granted for caching clean code.
|
||||||
codeCacheSize = 256 * 1024 * 1024
|
codeCacheSize = 256 * 1024 * 1024
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue