X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=scripts%2Ffetchdumps.pl;h=2579f38532688463e9b3a7a4ad07f0c6da32f7eb;hb=484c068bfb54be137e50de0264eaf5f81328aab8;hp=71f4e7e4835d4dd6d1ec20576e33e6a94c555239;hpb=13e3df1e4218c19325ef732a4a2cb2b7db79a69c;p=ndwebbie.git diff --git a/scripts/fetchdumps.pl b/scripts/fetchdumps.pl index 71f4e7e..2579f38 100755 --- a/scripts/fetchdumps.pl +++ b/scripts/fetchdumps.pl @@ -56,6 +56,7 @@ if ($updated){ `/var/www/ndawn/scripts/parsegalaxies.pl $updated`; `/var/www/ndawn/scripts/ndrank.pl`; $dbh->do(q{UPDATE misc SET value = ? WHERE id = 'TICK'}, undef, $updated); + local $dbh->{Warn} = 0; $dbh->do(q{VACUUM ANALYZE}); }