Skip to content

Commit 20b741b

Browse files
authored
Update the signature for octane:start (#1073)
1 parent 558abf7 commit 20b741b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Commands/StartCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ class StartCommand extends Command implements SignalableCommandInterface
2222
{--admin-port= : The port the admin server should be available on [FrankenPHP only]}
2323
{--rpc-host= : The RPC IP address the server should bind to}
2424
{--rpc-port= : The RPC port the server should be available on}
25-
{--workers=auto : The number of workers that should be available to handle requests}
26-
{--task-workers=auto : The number of task workers that should be available to handle tasks}
27-
{--max-requests=500 : The number of requests to process before reloading the server}
25+
{--workers= : The number of workers that should be available to handle requests}
26+
{--task-workers= : The number of task workers that should be available to handle tasks}
27+
{--max-requests= : The number of requests to process before reloading the server}
2828
{--rr-config= : The path to the RoadRunner .rr.yaml file}
2929
{--caddyfile= : The path to the FrankenPHP Caddyfile file}
3030
{--https : Enable HTTPS, HTTP/2, and HTTP/3, and automatically generate and renew certificates [FrankenPHP only]}

0 commit comments

Comments
 (0)