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 5f130d1 commit 2db2c3cCopy full SHA for 2db2c3c
src/Http/Server.class.php
@@ -83,6 +83,7 @@ public function boot()
83
echo "Setting up the HTTP server configuration\n";
84
$this->server->set([
85
'worker_num' => swoole_cpu_num(),
86
+ 'task_worker_num' => 1,
87
'package_max_length' => config("server.maxUploadSize"),
88
'document_root' => config("server.publicRoot"),
89
'enable_static_handler' => true,
0 commit comments