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 3ab6e1c commit 9683607Copy full SHA for 9683607
src/Commands/StartSwooleCommand.php
@@ -115,7 +115,6 @@ protected function writeServerStateFile(
115
protected function defaultServerOptions(SwooleExtension $extension)
116
{
117
return [
118
- 'buffer_output_size' => 10 * 1024 * 1024,
119
'enable_coroutine' => false,
120
'daemonize' => false,
121
'log_file' => storage_path('logs/swoole_http.log'),
0 commit comments