Browse Source

标题生成品类任务
线程池数提升至 10

luojunhui 1 month ago
parent
commit
f09b504de1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      applications/const/__init__.py

+ 1 - 1
applications/const/__init__.py

@@ -460,7 +460,7 @@ class CategoryGenerationTaskConst:
     const for category generation task
     """
     # MAX THREAD
-    MAX_WORKERS = 5
+    MAX_WORKERS = 10
 
     # task batch size
     BATCH_SIZE = 20