mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Boosting time limit on feed fetches.
This commit is contained in:
parent
0aaf661da1
commit
870f21f51f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class FetchFeed:
|
|||
self.options = options
|
||||
self.fpf = None
|
||||
|
||||
@timelimit(20)
|
||||
@timelimit(30)
|
||||
def fetch(self):
|
||||
"""
|
||||
Uses feedparser to download the feed. Will be parsed later.
|
||||
|
|
Loading…
Add table
Reference in a new issue