mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
Boosting time limit on feed fetches.
This commit is contained in:
parent
e211235e67
commit
670f28fd6d
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