Skip to content

Commit

Permalink
Remove buffer_output_size from Swoole's default options (#286)
Browse files Browse the repository at this point in the history
Fix #260
  • Loading branch information
sy-records committed May 21, 2021
1 parent 3ab6e1c commit 9683607
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Commands/StartSwooleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ protected function writeServerStateFile(
protected function defaultServerOptions(SwooleExtension $extension)
{
return [
'buffer_output_size' => 10 * 1024 * 1024,
'enable_coroutine' => false,
'daemonize' => false,
'log_file' => storage_path('logs/swoole_http.log'),
Expand Down

0 comments on commit 9683607

Please sign in to comment.