mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2026-04-19 22:42:51 +02:00
Increase default BROWSER_TIMEOUT=40000 (40 seconds)
This commit is contained in:
@@ -141,7 +141,7 @@ export async function create(session: string, options: SessionCreateOptions): Pr
|
||||
const puppeteerOptions: any = {
|
||||
product: 'firefox',
|
||||
headless: process.env.HEADLESS !== 'false',
|
||||
timeout: process.env.BROWSER_TIMEOUT || 30000
|
||||
timeout: process.env.BROWSER_TIMEOUT || 40000
|
||||
}
|
||||
|
||||
puppeteerOptions.extraPrefsFirefox = buildExtraPrefsFirefox(options.proxy)
|
||||
|
||||
Reference in New Issue
Block a user