fix update_iqdb_async

This commit is contained in:
r888888888
2015-06-03 16:05:48 -07:00
parent 385a29de26
commit 1b57288b15

View File

@@ -1500,7 +1500,7 @@ class Post < ActiveRecord::Base
if has_tag?("ugoira")
run_at = 10.seconds.from_now
else
run_at = Time.from_now
run_at = Time.now
end
delay(:queue => host, :run_at => run_at).update_iqdb