diff --git a/src/commands.rs b/src/commands.rs index 8cf1aaec2..479403efe 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -805,7 +805,7 @@ pub fn run_command(cmd: Command) -> Result { _ => (), }); - let jobserver = Client::new(); + let jobserver = Client::new_num(1); let conn = connect_or_start_server(&get_addr(), startup_timeout)?; let mut runtime = Runtime::new()?; let res = do_compile(