From 62e74bed779bebcaf26c3be9ae64974545a7298b Mon Sep 17 00:00:00 2001 From: wangxu <495914790@qq.com> Date: Sun, 15 Dec 2024 23:04:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E7=94=A8=E5=8A=A8=E6=80=81=20activeTi?= =?UTF-8?q?meout=20=E5=8A=9F=E8=83=BD=EF=BC=8C=E8=A7=A3=E5=86=B3timeout?= =?UTF-8?q?=E5=88=B0=E6=9C=9F=E4=B9=8B=E5=90=8E=EF=BC=8Ctoken=E5=BF=85?= =?UTF-8?q?=E8=BF=87=E6=9C=9F=EF=BC=8C=E5=AE=9E=E7=8E=B0=E5=8D=95token?= =?UTF-8?q?=E7=9A=84=E8=87=AA=E5=8A=A8=E7=BB=AD=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-web-app/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/snowy-web-app/src/main/resources/application.properties b/snowy-web-app/src/main/resources/application.properties index 4420656e..503f51bc 100644 --- a/snowy-web-app/src/main/resources/application.properties +++ b/snowy-web-app/src/main/resources/application.properties @@ -138,6 +138,7 @@ easy-trans.is-enable-cloud=false sa-token.token-name=token sa-token.timeout=2592000 sa-token.active-timeout=-1 +sa-token.dynamic-active-timeout=true sa-token.is-concurrent=true sa-token.is-share=false sa-token.max-login-count=-1