mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix: increase twitter-handler timeout to 60 seconds
This commit is contained in:
parent
6ed74c5b2f
commit
30b7c38e76
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ export class NitterHandler extends ContentHandler {
|
|||
const tweets: Tweet[] = []
|
||||
|
||||
const option = {
|
||||
timeout: 10000, // 10 seconds
|
||||
timeout: 60000, // 60 seconds
|
||||
}
|
||||
const response = await axios.get(url, option)
|
||||
const document = parseHTML(response.data).document
|
||||
|
|
|
|||
Loading…
Reference in a new issue