Skip to content

Commit

Permalink
pd: disable tokio console support by default
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Nov 9, 2023
1 parent e4cb73f commit 81b3d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/bin/pd/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ use tendermint::v0_37::abci::{ConsensusRequest, MempoolRequest};
)]
struct Opt {
/// Enable Tokio Console support.
#[clap(long, default_value = "false")]
#[clap(long)]
tokio_console: bool,
/// Command to run.
#[clap(subcommand)]
Expand Down
2 changes: 1 addition & 1 deletion crates/narsil/narsil/src/bin/narsild.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use url::Url;
)]
struct Opt {
/// Enable Tokio Console support.
#[clap(long, default_value = "false")]
#[clap(long)]
tokio_console: bool,
/// Command to run.
#[clap(subcommand)]
Expand Down

0 comments on commit 81b3d31

Please sign in to comment.