From 05df94f5658524d5c404415ab63e95bc139d8b3f Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期一, 03 三月 2025 18:37:40 +0800
Subject: [PATCH] 修改模型3的bug

---
 guns-admin/src/main/resources/application.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/guns-admin/src/main/resources/application.yml b/guns-admin/src/main/resources/application.yml
index 93f52c8..8ec3517 100644
--- a/guns-admin/src/main/resources/application.yml
+++ b/guns-admin/src/main/resources/application.yml
@@ -12,7 +12,7 @@
 spring:
   redis:
     database: 0
-    host: 139.129.201.21
+    host: 10.25.14.40
     port: 6379
     password: 34b7b13ce8a711e4:chengshI2014
 
@@ -109,4 +109,4 @@
             
 ---
 # 任务执行最大线程数
-maxThreadCount: 20
\ No newline at end of file
+maxThreadCount: 50
\ No newline at end of file

--
Gitblit v1.7.1