Removing timelimit from feed fetcher. This caused massive interrupts.

This commit is contained in:
Samuel Clay 2010-08-31 08:13:20 -04:00
parent 2274178836
commit 985946e63b

View file

@ -70,7 +70,7 @@ class FetchFeed:
self.options = options
self.fpf = None
@timelimit(20)
# @timelimit(20)
def fetch(self):
""" Downloads and parses a feed.
"""