fix: 移除 max_task_request(当前 Swoole 版本不支持)

This commit is contained in:
testadmin
2026-04-22 15:31:17 +08:00
parent 80282468cd
commit 1c35fcfa76
-1
View File
@@ -18,7 +18,6 @@ return [
'worker_num' => swoole_cpu_num(),
'task_worker_num' => swoole_cpu_num(),
'max_request' => 10000,
'max_task_request' => 10000,
'enable_static_handler' => true,
'document_root' => root_path('public'),
'package_max_length' => 20 * 1024 * 1024,