Browse Source

BUG修复

wangliang 3 năm trước cách đây
mục cha
commit
aee504af8a

+ 1 - 1
teachcloud-common/src/main/java/com/qmth/teachcloud/common/contant/SystemConstant.java

@@ -144,7 +144,7 @@ public class SystemConstant {
     public static final int MAX_RETRY_COUNT = 30;
     public static final long REDIS_CACHE_TIME_OUT = 60L;
     public static final long REDIS_LOCK_MQ_TIME_OUT = 60L;
-    public static final long REDIS_LOCK_BATCH_NO_TIME_OUT = 60L * 5;
+    public static final long REDIS_LOCK_BATCH_NO_TIME_OUT = 60L * 30;
 
     /**
      * aes相关