mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Don't count similar feeds on the regular.
This commit is contained in:
parent
9967692d53
commit
8278d9fe1d
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue