修改rs检查周期

dev
youhong.ai 2023-07-06 10:09:56 +08:00
parent d0390d0ee2
commit 301d7f4863
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class RsThreadLocalManager {
* @author youHong.ai ****************************************** * @author youHong.ai ******************************************
*/ */
public Long getExpireTime() { public Long getExpireTime() {
return System.currentTimeMillis() + 1000L * 60 * 3; return System.currentTimeMillis() + 1000L * 60 * 10;
} }