WANG 5 жил өмнө
parent
commit
7ec3f42abd

+ 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() {
-		// 30分钟
-		return 60 * 30;
+		// 60分钟
+		return 60 * 60;
 	}
 
 }