increase rss parser timeout to 20 seconds

This commit is contained in:
Hongbo Wu
2024-04-25 10:55:27 +08:00
parent ae8790b545
commit 83526e1b56

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