mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Merge branch 'master' into circular
* master: Upping feed fetching (4->3, still need 3->2 and 2->1) before I crank it.
This commit is contained in:
commit
3c84e79ec6
1 changed files with 1 additions and 1 deletions
|
@ -1333,7 +1333,7 @@ class Feed(models.Model):
|
|||
self.stories_last_month))
|
||||
random_factor = random.randint(0, total) / 4
|
||||
|
||||
return total, random_factor*4
|
||||
return total, random_factor*3
|
||||
|
||||
def set_next_scheduled_update(self, verbose=False, skip_scheduling=False):
|
||||
r = redis.Redis(connection_pool=settings.REDIS_FEED_POOL)
|
||||
|
|
Loading…
Add table
Reference in a new issue