mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #3863 from omnivore-app/fix/fetch_feed
increase rss parser timeout to 20 seconds
This commit is contained in:
commit
4632d08aa0
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ const ARTICLE_PREFIX = 'omnivore:'
|
|||
|
||||
export const FAKE_URL_PREFIX = 'https://omnivore.app/no_url?q='
|
||||
export const RSS_PARSER_CONFIG = {
|
||||
timeout: 5000, // 5 seconds
|
||||
timeout: 20000, // 20 seconds
|
||||
headers: {
|
||||
// some rss feeds require user agent
|
||||
'User-Agent':
|
||||
|
|
|
|||
Loading…
Reference in a new issue