@@ -39,8 +39,8 @@ public class CourseCache extends RandomObjectRedisCache<CourseCacheBean> {
@Override
protected int getTimeout() {
- // 5分钟
- return 60 * 5;
+ // 60分钟
+ return 60 * 60;
}
@@ -40,8 +40,8 @@ public class OrgCache extends RandomObjectRedisCache<OrgCacheBean> {
- // 10分钟
- return 60 * 10;
@@ -79,8 +79,8 @@ public class PrrivilegeRolesCache extends RandomObjectRedisCache<PrivilegeRolesC
@@ -42,8 +42,8 @@ public class RootOrgCache extends RandomObjectRedisCache<RootOrgCacheBean> {
@@ -67,8 +67,8 @@ public class RootOrgPrrivilegesCache extends RandomObjectRedisCache<RootOrgPrivi
@@ -86,8 +86,8 @@ public class StudentCache extends RandomObjectRedisCache<StudentCacheBean> {
- // 60分钟
- return 60 * 60;
+ // 120分钟
+ return 60 * 120;
@@ -90,8 +90,8 @@ public class SystemPropertyCache extends RandomObjectRedisCache<SysPropertyCache