浏览代码

increase counter

Signed-off-by: Banana <mail@bananas-playground.net>
Banana 1 周之前
父节点
当前提交
8087ec92cf
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      parse-results.pl

+ 2 - 2
parse-results.pl

@@ -188,9 +188,9 @@ sub insertIntoDb {
 
 		$counter++;
 
-		if($counter >= 100) {
+		if($counter >= 500) {
 			$counter = 0;
-			sayYellow "Commit counter of 100 reached. Commiting";
+			sayYellow "Commit counter of 500 reached. Commiting";
 			$dbh->commit();
 		}