Ticket #109 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] Increase magpie timeout to prevent failed loads

Reported by: Blair Zajac <blair@orcaware.com> Assigned to: fox
Priority: major Milestone: 1.2.3
Component: backend Version: 1.2.2
Keywords: Cc:

Description

Hello,

Some RSS feeds, such as from large Trac installs, like the Ruby on Rails project, can take significantly longer than 5 seconds to get the entire response. Try this URL with wget or curl:

http://dev.rubyonrails.org/timeline?milestone=on&ticket=on&changeset=on&wiki=on&max=50&daysback=90&format=rss

Without inreasing Magpie's timeout, I get a red [Unknown] in the left panel.

This patch sets MAGPIE's timeout to 60 seconds from tiny tiny rss's config file.

This is against 1.2.2, but your Trac doesn't allow me to assign tickets to 1.2.2.

Regards, Blair

Attachments

timeout-patch.txt (0.9 kB) - added by Blair Zajac <blair@orcaware.com> on 09/12/06 21:35:25.

Change History

09/12/06 21:35:25 changed by Blair Zajac <blair@orcaware.com>

  • attachment timeout-patch.txt added.

09/12/06 21:51:06 changed by fox

  • status changed from new to assigned.
  • version changed from 1.2.1 to 1.2.2.
  • milestone set to 1.2.3.

Accepted. Although, I think that having this configurable is a better option.

09/13/06 01:00:10 changed by www-ttrss

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [1319]) [project @ add option to configure magpie fetch timeout (closes #109)]