Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make feed timeout a preference #64

Open
akawaguc opened this issue Nov 21, 2013 · 2 comments
Open

Make feed timeout a preference #64

akawaguc opened this issue Nov 21, 2013 · 2 comments

Comments

@akawaguc
Copy link

I entered an issue on
https://www.mozdev.org/bugs/show_bug.cgi?id=25519
but this seems to be dealt with by none.
So I re-enter the same issue here.


First of all, thank you so much for your providing great software, Brief.

Everyday I check some web sites that provide RSS URLs. Some of the web sites often take much time to return the responses as RSS.

Because of this, it seems that Brief cannot wait for the responses and it shows
an error icon in the folder pane.

So is it possible to add a timeout setting for this issue?

@ancestorak
Copy link
Collaborator

If you don't mind getting your hand dirty, you can edit the timeout right now. Go to <Firefox profile>/extensions and inside the package brief@mozdev.org.xpi (it's just a zip package with a different extension) edit the file modules/FeedUpdateService.jsm. Near the top of that file there's a constant FEED_FETCHER_TIMEOUT whose value is in milliseconds.

It might be worth changing the constant into a preference in about:config, though.

@ancestorak ancestorak changed the title Need a timeout setting Make feed timeout a preference Oct 1, 2014
@akawaguc
Copy link
Author

@ancestorak Sorry for late reply but thank you for your valuable comment. The workaround you mentioned worked fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants