X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=scripts%2Ffetchdumps.pl;h=0d71aeaf6159504f61ff91afcab182fab205e0bb;hb=f85a252b56bf58c0280d5484397ac8b69dcbdc29;hp=1bb0736fb3093e04bbd51069f203666a43df77ed;hpb=b52c7c95096825846f53e73de627e6cda01d9bca;p=ndwebbie.git diff --git a/scripts/fetchdumps.pl b/scripts/fetchdumps.pl index 1bb0736..0d71aea 100755 --- a/scripts/fetchdumps.pl +++ b/scripts/fetchdumps.pl @@ -60,7 +60,6 @@ if ($updated){ $dbh->do(q{UPDATE misc SET value = ? WHERE id = 'TICK'}, undef, $updated); system 'killall','-USR1', 'irssi'; local $dbh->{Warn} = 0; - $dbh->do(q{VACUUM ANALYZE}); }