From 1c35fcfa766a962f1e29e6779f56d98270de6185 Mon Sep 17 00:00:00 2001 From: testadmin Date: Wed, 22 Apr 2026 15:31:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20max=5Ftask=5Freques?= =?UTF-8?q?t=EF=BC=88=E5=BD=93=E5=89=8D=20Swoole=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=B8=8D=E6=94=AF=E6=8C=81=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/swoole.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/swoole.php b/config/swoole.php index acc7fb3..90cac18 100644 --- a/config/swoole.php +++ b/config/swoole.php @@ -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,