X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=scripts%2Ffetchdumps.pl;h=2579f38532688463e9b3a7a4ad07f0c6da32f7eb;hb=5b6c3c7d0003d636c1c3da6d25734e4aad5736a5;hp=71f4e7e4835d4dd6d1ec20576e33e6a94c555239;hpb=0331c68ea396b195686c2f264cac554dbd5e95c4;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}); }