Skip to content

Commit

Permalink
Merge pull request #49 from rlvilla/master
Browse files Browse the repository at this point in the history
Added "threads" argument to Invite argument parser
  • Loading branch information
Pepelux authored Oct 22, 2024
2 parents e9d2584 + 407bae1 commit d59c749
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/sippts/lib/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -2258,6 +2258,14 @@ def get_sippts_args():
dest="transfer_number",
default="",
)
other.add_argument(
"-th",
metavar="THREADS",
type=int,
help="Number of threads (default: 200)",
dest="threads",
default=200,
)
other.add_argument(
"-local-ip",
metavar="IP",
Expand Down

0 comments on commit d59c749

Please sign in to comment.