deason 5 years ago
parent
commit
ba27ee660b

+ 1 - 1
examcloud-core-questions-service/src/main/java/cn/com/qmth/examcloud/core/questions/service/cache/Constants.java

@@ -8,6 +8,6 @@ public interface Constants {
 
     String CACHE_KEY_QUESTION = "Q_QUESTION:";
 
-    int DEFAULT_TIME_OUT = 1 * 60 * 60;// N小时
+    int DEFAULT_TIME_OUT = 30 * 60;// N分钟
 
 }