mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 07:53:28 +02:00
Ensure that we correctly allocate worker ports. We were off by one before.
This commit is contained in:
@@ -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>'
|
||||
|
||||
Reference in New Issue
Block a user