diff --git a/src/common/src/config.rs b/src/common/src/config.rs index 07fc20bb0412..56c81cb3b5ed 100644 --- a/src/common/src/config.rs +++ b/src/common/src/config.rs @@ -763,7 +763,7 @@ pub struct StorageConfig { #[serde(default = "default::storage::mem_table_spill_threshold")] pub mem_table_spill_threshold: usize, - /// The concurrent uploading number of SSTables of buidler + /// The concurrent uploading number of `SSTables` of buidler #[serde(default = "default::storage::compactor_concurrent_uploading_sst_count")] pub compactor_concurrent_uploading_sst_count: Option, diff --git a/src/config/docs.md b/src/config/docs.md index 2c523f754683..922cbdf86b19 100644 --- a/src/config/docs.md +++ b/src/config/docs.md @@ -104,7 +104,7 @@ This page is automatically generated by `./risedev generate-example-config` | cache_refill | | | | check_compaction_result | | false | | compact_iter_recreate_timeout_ms | | 600000 | -| compactor_concurrent_uploading_sst_count | The concurrent uploading number of SSTables of buidler | | +| compactor_concurrent_uploading_sst_count | The concurrent uploading number of `SSTables` of buidler | | | compactor_fast_max_compact_delete_ratio | | 40 | | compactor_fast_max_compact_task_size | | 2147483648 | | compactor_iter_max_io_retry_times | | 8 |