mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1141 from omnivore-app/fix/content-fetch-timeout
Fix content-fetch timeout issue
This commit is contained in:
commit
46fcc6ced1
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ const getBrowserPromise = (async () => {
|
|||
defaultViewport: { height: 1080, width: 1920 },
|
||||
executablePath: process.env.CHROMIUM_PATH ,
|
||||
headless: !!process.env.LAUNCH_HEADLESS,
|
||||
timeout: 0,
|
||||
timeout: 120000, // 2 minutes
|
||||
});
|
||||
})();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue