mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 13:35:58 +00:00
Turning off statistics again. It keeps locking the database very inefficiently.
This commit is contained in:
parent
9870276df1
commit
ce28fa14a1
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ class Feed(models.Model):
|
|||
|
||||
def count_stories(self, verbose=False, lock=None):
|
||||
self.save_feed_stories_last_month(verbose, lock)
|
||||
self.save_feed_story_history_statistics(lock)
|
||||
# self.save_feed_story_history_statistics(lock)
|
||||
|
||||
def save_feed_stories_last_month(self, verbose=False, lock=None):
|
||||
month_ago = datetime.datetime.now() - datetime.timedelta(days=30)
|
||||
|
|
Loading…
Add table
Reference in a new issue