Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix(client): fix sync client
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Sep 11, 2019
1 parent 7c297c6 commit c988b32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gnes/cli/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@ def set_client_cli_parser(parser=None):
if not parser:
parser = set_base_parser()
_set_grpc_parser(parser)

parser.add_argument('--max_concurrency', type=int, default=10,
help='maximum concurrent client allowed')

group = parser.add_mutually_exclusive_group()

group.add_argument('--txt_file', type=argparse.FileType('r'),
Expand Down

0 comments on commit c988b32

Please sign in to comment.