Don't count similar feeds on the regular.

This commit is contained in:
Samuel Clay 2024-12-25 17:51:49 -05:00
parent 9967692d53
commit 8278d9fe1d

View file

@ -708,8 +708,8 @@ class Feed(models.Model):
self.count_subscribers(recount=recount)
self.calculate_last_story_date()
if force or count_extra:
self.count_similar_feeds()
# if force or count_extra:
# self.count_similar_feeds()
if force or has_new_stories or count_extra:
self.save_feed_stories_last_month()