mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Turning off refresh stale feeds. Maybe turn back on after the sub count finishes.
This commit is contained in:
parent
d0c7e955c7
commit
3e14887634
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class CleanupUser(Task):
|
|||
UserSubscription.trim_user_read_stories(user_id)
|
||||
UserSubscription.verify_feeds_scheduled(user_id)
|
||||
Profile.count_all_feed_subscribers_for_user(user_id)
|
||||
UserSubscription.refresh_stale_feeds(user_id)
|
||||
# UserSubscription.refresh_stale_feeds(user_id)
|
||||
|
||||
try:
|
||||
ss = MSocialServices.objects.get(user_id=user_id)
|
||||
|
|
Loading…
Add table
Reference in a new issue