Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil-goel committed Jan 6, 2025
1 parent 2adb7e6 commit 3fdd9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posting/mvcc.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ func initMemoryLayer(cacheSize int64, keepUpdates bool) *MemoryLayer {
ostats.Record(context.Background(), x.PLCacheHitRatio.M(m.Ratio()))
}
}()
if cacehSize > 0 {
if cacheSize > 0 {
ml.cache = cache
}
return ml
Expand Down

0 comments on commit 3fdd9ba

Please sign in to comment.