lib/mergeset: typo fix: indexdb/indexBlock -> indexdb/indexBlocks

This commit is contained in:
Aliaksandr Valialkin 2024-02-08 13:53:18 +02:00
parent 3c246cdf00
commit 5817e4c0c1
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -15,7 +15,7 @@ import (
var idxbCache = blockcache.NewCache(getMaxIndexBlocksCacheSize)
var ibCache = blockcache.NewCache(getMaxInmemoryBlocksCacheSize)
// SetIndexBlocksCacheSize overrides the default size of indexdb/indexBlock cache
// SetIndexBlocksCacheSize overrides the default size of indexdb/indexBlocks cache
func SetIndexBlocksCacheSize(size int) {
maxIndexBlockCacheSize = size
}