mirror of
https://github.com/egor-white/zaprett.git
synced 2026-01-27 13:09:44 +05:00
add --uid and --qnum to nfqws args
This commit is contained in:
@@ -90,7 +90,11 @@ async fn run_nfqws(args_str: &str) -> anyhow::Result<()> {
|
||||
bail!("nfqws already started!");
|
||||
}
|
||||
|
||||
let mut args = vec!["nfqws".to_string()];
|
||||
let mut args = vec![
|
||||
"nfqws".to_string(),
|
||||
"--uid=0:0".to_string(),
|
||||
"--qnum=200".to_string(),
|
||||
];
|
||||
|
||||
if args_str.trim().is_empty() {
|
||||
args.push("-v".to_string());
|
||||
|
||||
Reference in New Issue
Block a user