From 8ba5b88ffa394d06b81ae1802e5ebd075d34050a Mon Sep 17 00:00:00 2001
From: 严智鑫 <test>
Date: 星期五, 21 三月 2025 09:56:53 +0800
Subject: [PATCH] 看板修改:按客户所需内容3.12号文件调整

---
 JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/resources/application.yml |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/resources/application.yml b/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/resources/application.yml
index 848387d..91d3f80 100644
--- a/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/resources/application.yml
+++ b/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/resources/application.yml
@@ -1,6 +1,11 @@
 server:
   port: 8081
-
+  tomcat:
+    uri-encoding: UTF-8
+    max-threads: 800 #鏈�澶у伐浣滅嚎绋嬫暟閲�
+    min-spare-threads: 20 #鏈�灏忓伐浣滅嚎绋嬫暟閲�
+    #max-connections: 10000 #涓�鐬棿鏈�澶ф敮鎸佺殑骞跺彂鐨勮繛鎺ユ暟
+    accept-count: 200 #绛夊緟闃熷垪闀垮害
 spring:
   profiles:
     active: prod

--
Gitblit v1.8.0