소스 검색

两个词上传一次

visuddhinanda 1 년 전
부모
커밋
4b2ce691f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api-v8/app/Console/Commands/UpgradeCompound.php

+ 1 - 1
api-v8/app/Console/Commands/UpgradeCompound.php

@@ -286,7 +286,7 @@ class UpgradeCompound extends Command
                 }
             }
 
-            if (count($wordIndex) % 100 === 0) {
+            if (count($wordIndex) % 2 === 0) {
                 //每100个单词上传一次
                 $ok = $this->upload($wordIndex, $result, $this->option('api'));
                 if (!$ok) {