mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Even bigger chunks?
This commit is contained in:
parent
8a6330951b
commit
9314832cf1
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ class UserSubscription(models.Model):
|
|||
oldest_manual_unread = r.zrevrange(user_unread_stories_feed_key, -1, -1, withscores=True)
|
||||
manual_unread_feed_oldest_date[us.feed_id] = int(oldest_manual_unread[0][1])
|
||||
|
||||
for feed_id_group in chunks(feed_ids, 200):
|
||||
for feed_id_group in chunks(feed_ids, 500):
|
||||
pipeline = r.pipeline()
|
||||
for feed_id in feed_id_group:
|
||||
stories_key = 'F:%s' % feed_id
|
||||
|
|
Loading…
Add table
Reference in a new issue