We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4593cec commit 62bf04dCopy full SHA for 62bf04d
src/Commands/StartCommand.php
@@ -69,7 +69,7 @@ protected function startSwooleServer()
69
'--port' => $this->getPort(),
70
'--workers' => $this->option('workers') ?: config('octane.workers', 'auto'),
71
'--task-workers' => $this->option('task-workers') ?: config('octane.task_workers', 'auto'),
72
- '--max-requests' => $this->option('max-requests') ?: config('octane.max_requests', 500),
+ '--max-requests' => $this->option('max-requests') ?: config('octane.max_requests', 500),
73
'--watch' => $this->option('watch'),
74
'--poll' => $this->option('poll'),
75
]);
0 commit comments