fix: increase hits buffer size in AvgCacheState initialization
This commit is contained in:
@@ -70,7 +70,7 @@ func New(address string, memorySize string, memoryMultiplier int, diskSize strin
|
||||
memory: m,
|
||||
disk: d,
|
||||
|
||||
hits: avgcachestate.New(100),
|
||||
hits: avgcachestate.New(10000),
|
||||
}
|
||||
|
||||
if d.Size() > d.Capacity() {
|
||||
|
||||
Reference in New Issue
Block a user