Explorar el Código

Merge branch '2025-02-28-single-video-audit-increase-max-to-800' of luojunhui/LongArticlesJob into master

luojunhui hace 2 meses
padre
commit
abb1040edc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      applications/const/__init__.py

+ 1 - 1
applications/const/__init__.py

@@ -177,7 +177,7 @@ class WeixinVideoCrawlerConst:
     DEFAULT_ACCOUNT_UID = 76862180
     DEFAULT_ACCOUNT_UID = 76862180
 
 
     # 每天发送的审核视频数量
     # 每天发送的审核视频数量
-    MAX_VIDEO_NUM = 800
+    MAX_VIDEO_NUM = 1000
 
 
     # 标题状态
     # 标题状态
     TITLE_DEFAULT_STATUS = 0
     TITLE_DEFAULT_STATUS = 0