From: Banana Date: Sat, 7 Sep 2024 14:13:40 +0000 (+0200) Subject: increase counter X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=8087ec92cf56951c341124947b377933c051322d;p=aranea.git increase counter Signed-off-by: Banana --- diff --git a/parse-results.pl b/parse-results.pl index ac9591e..0f67ef2 100644 --- a/parse-results.pl +++ b/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(); }