|
@@ -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相关
|