From 81e92195c3fb7f207f6b306a49b52591d24b92e3 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 28 九月 2022 15:31:21 +0800
Subject: [PATCH] 1

---
 src/main/resources/application.yml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 06fe812..70a161e 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,7 @@
 server:
   tomcat:
     uri-encoding: UTF-8
+    max-connections: 1000
   port: 12316
   #servlet:
   #  context-path: /land
@@ -8,6 +9,8 @@
     name: land
 
 spring:
+  session:
+    timeout: PT20M # 20鍒嗛挓
   datasource:
     username : postgres
     password: postgres

--
Gitblit v1.9.3