diff --git a/ts/smartproxy.portproxy.ts b/ts/smartproxy.portproxy.ts index 3b0331c..df6897a 100644 --- a/ts/smartproxy.portproxy.ts +++ b/ts/smartproxy.portproxy.ts @@ -34,6 +34,7 @@ const portProxyCalls = { host: 'localhost', port: 8001, }); + from.setTimeout(120000); from.pipe(to); to.pipe(from); from.on('error', () => {