Skip to content

Commit ffabef5

Browse files
committed
feat: set fixed size unit for rows by default
1 parent fe1b520 commit ffabef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/data_display_options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ impl Default for DataDisplayOptions {
168168
row_idx_field_name: Some("row#".to_string()),
169169
row_size_config: Some(RowSizeConfig {
170170
field_name: "row_size".to_string(),
171-
units: SizeUnits::Auto,
171+
units: SizeUnits::KB,
172172
}),
173173
row_parse_error_handling: Default::default(),
174174
level_conversion: Some(Default::default()),

0 commit comments

Comments
 (0)