mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-18 20:55:57 +08:00
fix
This commit is contained in:
parent
d84ef707df
commit
f5836949b8
@ -176,6 +176,7 @@ export class GoogleSERP extends AsyncService {
|
|||||||
...opts,
|
...opts,
|
||||||
allocProxy: opts?.allocProxy || (this.nativeIPHealthy ? 'none' : 'auto'),
|
allocProxy: opts?.allocProxy || (this.nativeIPHealthy ? 'none' : 'auto'),
|
||||||
proxyUrl: ctx.proxyUrl,
|
proxyUrl: ctx.proxyUrl,
|
||||||
|
timeoutMs: 3_700
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
this.contextPool.destroy(ctx);
|
this.contextPool.destroy(ctx);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user