mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
Removing unused cache.
This commit is contained in:
parent
599a9ffc82
commit
20eeef3dc9
1 changed files with 0 additions and 1 deletions
|
@ -478,7 +478,6 @@ class Dispatcher:
|
|||
stories_db = MStory.objects(story_feed_id=feed.pk,
|
||||
story_date__gte=UNREAD_CUTOFF)
|
||||
for sub in user_subs:
|
||||
cache.delete('usersub:%s' % sub.user_id)
|
||||
sub.needs_unread_recalc = True
|
||||
sub.save()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue