Skip to content

Commit

Permalink
Fixed lru cache size. (#4535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frozen authored Oct 15, 2023
1 parent b143085 commit 1adea06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/harmony/dumpdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const (
STATEDB_CACHE_SIZE = 64 // size in MB
LEVELDB_CACHE_SIZE = 256
LEVELDB_HANDLES = 1024
LRU_CACHE_SIZE = 64 * 1024 * 1024
LRU_CACHE_SIZE = 512
)

const (
Expand Down

0 comments on commit 1adea06

Please sign in to comment.