Skip to content

Commit

Permalink
Update comment: rename "auto-scaling" to "adaptive-scaling"
Browse files Browse the repository at this point in the history
  • Loading branch information
shanicky committed Feb 1, 2024
1 parent bbc9d3f commit d827717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ pub struct MetaConfig {
#[serde(default)]
pub disable_recovery: bool,

/// Whether to disable auto-scaling feature.
/// Whether to disable adaptive-scaling feature.
#[serde(default)]
pub disable_automatic_parallelism_control: bool,

Expand Down

0 comments on commit d827717

Please sign in to comment.