Skip to content

Commit 087cd9a

Browse files
committed
chore: better comment
1 parent 3ae73ac commit 087cd9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/cubestore/cubestore/src/cachestore/cache_eviction_manager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)