mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Removing timelimit from feed fetcher. This caused massive interrupts.
This commit is contained in:
parent
2274178836
commit
985946e63b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class FetchFeed:
|
|||
self.options = options
|
||||
self.fpf = None
|
||||
|
||||
@timelimit(20)
|
||||
# @timelimit(20)
|
||||
def fetch(self):
|
||||
""" Downloads and parses a feed.
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue