disable manual post count expiration, rely solely on timed expiries (fixes #3376)

This commit is contained in:
r888888888
2017-11-16 13:32:20 -08:00
parent 058783755d
commit 73f257ec63
4 changed files with 84 additions and 139 deletions

View File

@@ -42,6 +42,5 @@ class TagCorrection
def fix!
tag.delay(:queue => "default").fix_post_count
tag.update_category_cache_for_all
Post.expire_cache_for_all([tag.name])
end
end