Drop support for /cache/tag.json.

Drop support for https://danbooru.donmai.us/cache/tags.json. This was a
nightly dump of the tags table that was originally added in #1012. It
was never documented and never really used except for by the DanbooruUp
extension.
This commit is contained in:
evazion
2019-08-29 00:43:23 -05:00
parent d56b56a6a1
commit 65e53b86b3
6 changed files with 0 additions and 121 deletions

View File

@@ -13,7 +13,6 @@ module DanbooruMaintenance
Delayed::Job.where('created_at < ?', 45.days.ago).delete_all
PostVote.prune!
CommentVote.prune!
ApiCacheGenerator.new.generate_tag_cache
PostDisapproval.prune!
ForumSubscription.process_all!
TagAlias.update_cached_post_counts_for_all