We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1b520 commit ffabef5Copy full SHA for ffabef5
src/app/data_display_options.rs
@@ -168,7 +168,7 @@ impl Default for DataDisplayOptions {
168
row_idx_field_name: Some("row#".to_string()),
169
row_size_config: Some(RowSizeConfig {
170
field_name: "row_size".to_string(),
171
- units: SizeUnits::Auto,
+ units: SizeUnits::KB,
172
}),
173
row_parse_error_handling: Default::default(),
174
level_conversion: Some(Default::default()),
0 commit comments