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