Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions config/swoole_http.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@

/*
|--------------------------------------------------------------------------
| Laravel app will be cloned on every requset.
| Laravel app will be cloned on every request.
|--------------------------------------------------------------------------
*/
'sandbox_mode' => env('SWOOLE_SANDBOX_MODE', true),

/*
|--------------------------------------------------------------------------
| Console output will be transfered to response content if enabled.
| Console output will be transferred to response content if enabled.
|--------------------------------------------------------------------------
*/
'ob_output' => env('SWOOLE_OB_OUTPUT', true),
Expand Down