From 1508013abb8950b0c1ac178dfef0b9c58c416a1c Mon Sep 17 00:00:00 2001 From: xxq250 Date: Wed, 19 Apr 2023 16:20:59 +0800 Subject: [PATCH] =?UTF-8?q?mindspore=20=E6=9C=80=E8=BF=91=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=95=B0=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tasks/batch_add_commits.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/batch_add_commits.rake b/lib/tasks/batch_add_commits.rake index 96efc221b..00abae370 100644 --- a/lib/tasks/batch_add_commits.rake +++ b/lib/tasks/batch_add_commits.rake @@ -10,7 +10,7 @@ namespace :batch_add_commits do count = ENV['count'].to_i end - total_count = 3000 + total_count = 65669 puts "total_count==========#{total_count}" if total_count > 100 total_page = (total_count / 100) + 1