Переглянути джерело

more info

Signed-off-by: Banana <mail@bananas-playground.net>
Banana 1 тиждень тому
батько
коміт
77931ec1eb
1 змінених файлів з 2 додано та 0 видалено
  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();
 }