mirror of
https://github.com/trezor/blockbook.git
synced 2026-02-20 00:51:39 +01:00
lower addrContractsCacheMinSize
This commit is contained in:
@@ -57,7 +57,7 @@ const (
|
||||
addressBalanceDetailUTXOIndexed = 2
|
||||
)
|
||||
|
||||
const addrContractsCacheMinSize = 300_000 // limit for caching address contracts in memory to speed up indexing
|
||||
const addrContractsCacheMinSize = 100_000 // limit for caching address contracts in memory to speed up indexing
|
||||
|
||||
// RocksDB handle
|
||||
type RocksDB struct {
|
||||
|
||||
Reference in New Issue
Block a user