فهرست منبع

每10000数据输出一次

visuddhinanda 4 سال پیش
والد
کامیت
c696eb9661
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      deploy/migaration/word_statistics.php

+ 1 - 1
deploy/migaration/word_statistics.php

@@ -55,7 +55,7 @@ while($srcData = $stmtSrc->fetch(PDO::FETCH_ASSOC)){
 		exit;
 	}			
 	$count++;
-	if($count%1000==0){
+	if($count%10000==0){
 		echo "finished $count".PHP_EOL;
 	}
 }