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