Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add variable
  • Loading branch information
m3m0r7 committed Sep 10, 2021
commit 51fae3afd9d19c7fa9d80dd9004be076844b8eb4
2 changes: 2 additions & 0 deletions src/Commands/HttpServerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ protected function showInfos()
$taskWorkerNum = Arr::get($this->config, 'server.options.task_worker_num');
$isWebsocket = Arr::get($this->config, 'websocket.enabled');

$queueConfig = $this->laravel->make('config')->get('queue');

// lookup for set swoole driver
$isDefinedSwooleDriver = in_array(
'swoole',
Expand Down