]> 91.132.146.200 Git - aranea.git/commitdiff
more info
authorBanana <mail@bananas-playground.net>
Sat, 7 Sep 2024 14:08:40 +0000 (16:08 +0200)
committerBanana <mail@bananas-playground.net>
Sat, 7 Sep 2024 14:08:40 +0000 (16:08 +0200)
Signed-off-by: Banana <mail@bananas-playground.net>
parse-results.pl

index 8459ad7f5fea2b5f95f412351eb6f7fee0722e39..ac9591eb9ea85db575fc71ad399931eb2b1ccbdc 100644 (file)
@@ -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();
 }