Skip to content

Commit

Permalink
[wip] tests: reduce domain cache (#12623)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored Nov 6, 2024
1 parent f4ece0d commit 94bc4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erigon-lib/state/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type domainGetFromFileCacheItem struct {
}

var (
domainGetFromFileCacheLimit = uint32(dbg.EnvInt("D_LRU", 10_000))
domainGetFromFileCacheLimit = uint32(dbg.EnvInt("D_LRU", 1_000))
domainGetFromFileCacheTrace = dbg.EnvBool("D_LRU_TRACE", false)
domainGetFromFileCacheEnabled = dbg.EnvBool("D_LRU_ENABLED", true)
)
Expand Down

0 comments on commit 94bc4d3

Please sign in to comment.