Explorar o código

increase counter

Signed-off-by: Banana <mail@bananas-playground.net>
Banana hai 1 semana
pai
achega
8087ec92cf
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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();
 		}