mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
5 seconds for existing story check.
This commit is contained in:
parent
02138db5ca
commit
1f9eaf4489
1 changed files with 1 additions and 1 deletions
|
@ -1260,7 +1260,7 @@ class Feed(models.Model):
|
|||
self.log_title[:30],
|
||||
len(stories),
|
||||
len(list(existing_stories.keys()))))
|
||||
@timelimit(2)
|
||||
@timelimit(5)
|
||||
def _1(story, story_content, existing_stories, new_story_hashes):
|
||||
existing_story, story_has_changed = self._exists_story(story, story_content,
|
||||
existing_stories, new_story_hashes)
|
||||
|
|
Loading…
Add table
Reference in a new issue