Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-aranha-cw committed Jul 26, 2024
1 parent c97c691 commit 1ddc779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub struct CommonConfig {
pub env: Environment,

/// Stratus mode.
#[arg(long = "mode", env = "MODE")]
#[arg(long = "mode", env = "MODE", default_value = "leader")] // should we leave a default value?
pub mode: StratusMode,

/// Number of threads to execute global async tasks.
Expand Down

0 comments on commit 1ddc779

Please sign in to comment.