disable manual post count expiration, rely solely on timed expiries (fixes #3376)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user