[UX nit] Fix non-default api_server_count message (#34152)
Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
@@ -108,6 +108,7 @@ class ServeSubcommand(CLISubcommand):
|
||||
run_multi_api_server(args)
|
||||
else:
|
||||
# Single API server (this process).
|
||||
args.api_server_count = None
|
||||
uvloop.run(run_server(args))
|
||||
|
||||
def validate(self, args: argparse.Namespace) -> None:
|
||||
|
||||
Reference in New Issue
Block a user