fixed tests

This commit is contained in:
albert
2013-03-18 03:26:02 -04:00
parent 04b18abc6e
commit d21c4500d2
5 changed files with 14 additions and 25 deletions

View File

@@ -18,7 +18,7 @@ every 1.day, :at => "1:00 am" do
command "cd /var/www/danbooru2/current ; script/donmai/prune_backup_dbs"
end
every 1.day, :at => "2:00 am" do
every 8.hours do
command "psql --set statement_timeout=0 -hdbserver -c \"vacuum analyze;\" danbooru2"
end