Merge pull request #3863 from omnivore-app/fix/fetch_feed

increase rss parser timeout to 20 seconds
This commit is contained in:
Jackson Harper
2024-04-28 22:45:55 -07:00
committed by GitHub

View File

@ -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':