Explorar o código

more info

Signed-off-by: Banana <mail@bananas-playground.net>
Banana hai 1 semana
pai
achega
77931ec1eb
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      parse-results.pl

+ 2 - 0
parse-results.pl

@@ -190,6 +190,7 @@ sub insertIntoDb {
 
 		if($counter >= 100) {
 			$counter = 0;
+			sayYellow "Commit counter of 100 reached. Commiting";
 			$dbh->commit();
 		}
 
@@ -201,5 +202,6 @@ sub insertIntoDb {
 
 		#sayLog "Inserted: $link" if($DEBUG);
 	}
+	sayYellow "Final commit";
 	$dbh->commit();
 }