From e671c90f2e3e06f05aa0e721a116689192f87bae Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Tue, 16 Sep 2025 11:23:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3Pulsar=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E6=B6=88=E8=B4=B9=E6=95=B0=E9=87=8F=E4=B8=8D=E5=87=86=E7=A1=AE?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../JiShe.IoT.HttpApi.Host/configs/appsettings.Development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/JiShe.IoT.HttpApi.Host/configs/appsettings.Development.json b/host/JiShe.IoT.HttpApi.Host/configs/appsettings.Development.json index f3c38c8..e552a2d 100644 --- a/host/JiShe.IoT.HttpApi.Host/configs/appsettings.Development.json +++ b/host/JiShe.IoT.HttpApi.Host/configs/appsettings.Development.json @@ -44,7 +44,7 @@ "ConnectionTimeout": 30, "OperationTimeout": 30, "KeepAliveInterval": 30, - "TaskThreadCount": 1, + "TaskThreadCount": 8, "IsSubscriber": true, "DefaultPartitions": 16, "DefaultBundles": 16,