mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Ensure that we correctly allocate worker ports. We were off by one before.
This commit is contained in:
parent
ba7e467ebd
commit
72000cc717
2 changed files with 8 additions and 4 deletions
|
@ -32,7 +32,7 @@ program
|
|||
, Number
|
||||
, 7400)
|
||||
.option('--max-port <port>'
|
||||
, 'maximum port number for worker use (total must be multiple of 3)'
|
||||
, 'maximum port number for worker use'
|
||||
, Number
|
||||
, 7700)
|
||||
.option('--public-ip <ip>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue