@@ -42,8 +42,8 @@ public class ExamStudentCache extends RandomObjectRedisCache<ExamStudentCacheBea
@Override
protected int getTimeout() {
- // 180天
- return 60 * 60 * 24 * 180;
+ // 10天
+ return 60 * 60 * 24 * 10;
}