mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-14 03:25:53 +08:00
fix
This commit is contained in:
parent
a9426341f6
commit
7e366aca68
@ -72,6 +72,7 @@ export class PuppeteerControl extends AsyncService {
|
||||
}
|
||||
this.browser = await puppeteer.launch({
|
||||
headless: true,
|
||||
timeout: 300_000
|
||||
});
|
||||
this.browser.once('disconnected', () => {
|
||||
this.logger.warn(`Browser disconnected`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user