Fixed lru cache size. (#4535)

pull/4537/head
Konstantin 1 year ago committed by GitHub
parent b143085c2d
commit 1adea06a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmd/harmony/dumpdb.go

@ -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 (

Loading…
Cancel
Save