修改rs检查周期
parent
d0390d0ee2
commit
301d7f4863
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue