If the feed is not responding the fetching-process blocks the entire site. You can reproduce by creating a listening process with nc:
and setting the feed-url to http://localhost:8000. The site loading finishes after global timeout is hit.
It would be preferable to not block website-loading while fetching the feed.
If the feed is not responding the fetching-process blocks the entire site. You can reproduce by creating a listening process with
nc:and setting the feed-url to
http://localhost:8000. The site loading finishes after global timeout is hit.It would be preferable to not block website-loading while fetching the feed.