Skip to content

Commit a638f05

Browse files
committed
fix(cubestore): Cache - minimize possible effect of pro active eviction
1 parent e098958 commit a638f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cubestore/cubestore/src/metastore/rocks_table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pub trait RocksSecondaryIndex<T, K: Hash>: BaseRocksSecondaryIndex<T> {
177177
expire,
178178
RocksSecondaryIndexValueTTLExtended {
179179
lfu: 0,
180-
// Setup currect time as a protection for LRU eviction
180+
// Specify the current time as protection from LRU eviction
181181
lru: Some(Utc::now()),
182182
raw_size: self.raw_value_size(row),
183183
},

0 commit comments

Comments
 (0)