This commit is contained in:
Yanlong Wang 2025-05-08 15:01:20 +08:00
parent d84ef707df
commit f5836949b8
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -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);