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

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