We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d050f commit e3b3355Copy full SHA for e3b3355
1 file changed
src/handlers/online.rs
@@ -84,7 +84,7 @@ pub struct FullScanCommand {
84
#[arg(env = "STOP_GAP", long = "scan-stop-gap", default_value = "20")]
85
stop_gap: usize,
86
// #[clap(long, default_value = "5")]
87
- // pub parallel_request: usize,
+ pub parallel_request: usize,
88
}
89
90
#[cfg(any(
0 commit comments