mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-18 01:05:59 +08:00
cleanup
This commit is contained in:
parent
6335c526ec
commit
ecb1af07f9
@ -494,7 +494,7 @@ export class PuppeteerControl extends AsyncService {
|
||||
}
|
||||
this.browser = await puppeteer.launch({
|
||||
timeout: 10_000,
|
||||
headless: false,
|
||||
headless: true,
|
||||
executablePath: process.env.OVERRIDE_CHROME_EXECUTABLE_PATH,
|
||||
args: ['--disable-dev-shm-usage']
|
||||
}).catch((err: any) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user