mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
reduce timeout to 20s
This commit is contained in:
parent
1c62f17909
commit
4607754f58
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ export class NitterHandler extends ContentHandler {
|
|||
try {
|
||||
const tweets: Tweet[] = []
|
||||
const option = {
|
||||
timeout: 60000, // 60 seconds
|
||||
timeout: 20000, // 20 seconds
|
||||
}
|
||||
let html: any
|
||||
// use the first instance that works
|
||||
|
|
|
|||
Loading…
Reference in a new issue