This commit is contained in:
albert
2013-03-18 22:13:18 -07:00
parent d8143d0b41
commit eaa45e71d1

View File

@@ -88,7 +88,8 @@ class Tag < ActiveRecord::Base
end
def update_category_cache_for_all
Danbooru.config.all_server_hosts.each do |host|
update_category_cache
Danbooru.config.other_server_hosts.each do |host|
delay(:queue => host).update_category_cache
end