Skip to content

Commit ef999dd

Browse files
authored
update gc doc
1 parent 675f184 commit ef999dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gc/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ pub trait GarbageCollection {
127127
///
128128
/// Panics if the threshold is negative.
129129
///
130-
/// Values above 1.0 will be treated as 1.0.
131130
/// If you want to drop only fully stale segments, use [`GarbageCollector::drop_stale_segments`] instead.
132131
fn gc_with_staleness_threshold(&self, threshold: f32) -> crate::Result<u64>;
133132

0 commit comments

Comments
 (0)