File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
rust/cubestore/cubestore/src/cachestore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ pub struct CacheEvictionManager {
148148 persist_batch_size : usize ,
149149 eviction_batch_size : usize ,
150150 eviction_below_threshold : u8 ,
151- /// Proactive deletion of keys with upcoming expiration in the next N seconds. + It checks size, because
152- /// it can be useless to delete keys with small size, because it can lead to a drop of refresh keys or touch flags
151+ /// Proactive deletion of keys with upcoming expiration in the next N seconds. + it checks size, because
152+ /// possible it can lead to a drop of refresh keys or touch flags
153153 eviction_proactive_size_threshold : u32 ,
154154 eviction_proactive_ttl_threshold : u32 ,
155155 compaction_trigger_size : u64 ,
You can’t perform that action at this time.
0 commit comments