X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=scripts%2Ffetchdumps.pl;h=0d71aeaf6159504f61ff91afcab182fab205e0bb;hb=d1d9b988b4b9921e707b36d81ed2dfddb77188d8;hp=1bb0736fb3093e04bbd51069f203666a43df77ed;hpb=1320d8225ee2b63f2c297330500d14dcfd3ea42c;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}); }