Commit 722cbe1 1 parent 7d852c7 commit 722cbe1 Copy full SHA for 722cbe1
File tree 1 file changed +4
-3
lines changed
crates/viewer/re_data_ui/src
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -139,9 +139,10 @@ impl crate::DataUi for EntityDb {
139
139
* {}
140
140
* {}
141
141
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.
145
146
" ,
146
147
re_format:: format_uint( chunk_max_rows) ,
147
148
re_format:: format_uint( chunk_max_rows_if_unsorted) ,
You can’t perform that action at this time.
0 commit comments