启用动态 activeTimeout 功能,解决timeout到期之后,token必过期,实现单token的自动续期

pull/243/head
wangxu 2024-12-15 23:04:16 +08:00
parent 31a97fe71d
commit 62e74bed77
1 changed files with 1 additions and 0 deletions

View File

@ -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