瀏覽代碼

两个词上传一次

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) {