Skip to content

Commit 842abe0

Browse files
timviseegenerall
authored andcommitted
Update lib/shard/src/proxy_segment/mod.rs
1 parent fcbe579 commit 842abe0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/shard/src/proxy_segment

lib/shard/src/proxy_segment/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ pub struct ProxySegment {
3434
deleted_points: DeletedPoints,
3535
wrapped_config: SegmentConfig,
3636

37-
/// Keeps track if the wrapped segment has pending changes
38-
/// If so, we can't discard WAL for newer than version of wrapped segment
37+
/// Version of the last change in this proxy, considering point deletes and payload index
38+
/// changes. Defaults to the version of the wrapped segment.
3939
version: SeqNumberType,
4040
}
4141

0 commit comments

Comments
 (0)