소스 검색

腾讯云视频接口请求限制bugfix

wangliang 3 년 전
부모
커밋
b0239aed83
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      themis-business/src/main/java/com/qmth/themis/business/constant/SystemConstant.java

+ 1 - 1
themis-business/src/main/java/com/qmth/themis/business/constant/SystemConstant.java

@@ -219,7 +219,7 @@ public class SystemConstant {
 
     public static final int MAX_EXAM_STATUS_COUNT = 20;
 
-    public static final int MAX_TENCENT_VIDEO_STREAM_ID_COUNT = 30;
+    public static final int MAX_TENCENT_VIDEO_STREAM_ID_COUNT = 20;
 
     public static final String EXCEL_PREFIX = ".xlsx";