Skip to content

Commit

Permalink
Remove legacy command-line flag
Browse files Browse the repository at this point in the history
Summary:
## This stack

Every client is now using the async version of `commit_sparse_profile_*`; clean up the sync ones.

## This diff

As of D66297353 this flag does nothing, and as of D66448545 no job sets it.

Reviewed By: clara-9

Differential Revision: D66448556

fbshipit-source-id: d706f9bb8515089d0a6b273def4722fff70b71ab
  • Loading branch information
andreacampi authored and facebook-github-bot committed Nov 25, 2024
1 parent f808d39 commit 81586c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eden/mononoke/scs/scs_server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ struct ScsServerArgs {
/// Some long-running requests are processed asynchronously by default. This flag disables that behavior; requests will fail.
#[clap(long, default_value = "false")]
disable_async_requests: bool,
/// Unused, will go away soon
#[clap(long, default_value = "false")]
enable_futures_watchdog: bool,
/// Sets the threshold for watchdog logging of top-level SCS methods. As a rule of thumb this should the same or lower than thrift_queue_timeout.
#[clap(long, default_value = "500")]
watchdog_method_max_poll: u64,
Expand Down

0 comments on commit 81586c2

Please sign in to comment.