From 2c59540768749f954fc1b3faf7ed2271d740c614 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 3 Feb 2021 00:16:11 +0000 Subject: [PATCH] fix(core): update --- ts/smartproxy.portproxy.ts | 1 + 1 file changed, 1 insertion(+) 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', () => {