Skip to content

Commit 722cbe1

Browse files
committed
update UI
1 parent 7d852c7 commit 722cbe1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

crates/viewer/re_data_ui/src/entity_db.rs

+4-3
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,10 @@ impl crate::DataUi for EntityDb {
139139
* {}
140140
* {}
141141
142-
This compaction process is an ephemeral, in-memory optimization of the Rerun viewer.
143-
It will not modify the recording itself: use the `Save` command if you wish to persist \
144-
the compacted results, which will make future runs cheaper.\
142+
This compaction process is an ephemeral, in-memory optimization of the Rerun viewer.\
143+
It will not modify the recording itself: use the `Save` command of the viewer, or the \
144+
`rerun compact` CLI tool if you wish to persist the compacted results, which will make \
145+
future runs cheaper.
145146
",
146147
re_format::format_uint(chunk_max_rows),
147148
re_format::format_uint(chunk_max_rows_if_unsorted),

0 commit comments

Comments
 (0)