mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +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.options = options
|
||||||
self.fpf = None
|
self.fpf = None
|
||||||
|
|
||||||
@timelimit(20)
|
@timelimit(30)
|
||||||
def fetch(self):
|
def fetch(self):
|
||||||
"""
|
"""
|
||||||
Uses feedparser to download the feed. Will be parsed later.
|
Uses feedparser to download the feed. Will be parsed later.
|
||||||
|
|
Loading…
Add table
Reference in a new issue