浏览代码

。。。。

WANG 5 年之前
父节点
当前提交
ba1af4b335

+ 2 - 2
examcloud-core-basic-service/src/main/java/cn/com/qmth/examcloud/core/basic/service/cache/StudentCache.java

@@ -86,8 +86,8 @@ public class StudentCache extends RandomObjectRedisCache<StudentCacheBean> {
 
 	@Override
 	protected int getTimeout() {
-		// 10分钟
-		return 60 * 10;
+		// 30分钟
+		return 60 * 30;
 	}
 
 }