Skip to content

Commit

Permalink
fix(storage): fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
Li0k committed Jun 7, 2024
1 parent cc1b2ad commit 295aa31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<usize>,

Expand Down
2 changes: 1 addition & 1 deletion src/config/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 295aa31

Please sign in to comment.