Skip to content

Commit

Permalink
Revert tcp keepalive for node requests
Browse files Browse the repository at this point in the history
  • Loading branch information
evindunn committed Apr 11, 2021
1 parent e30cf58 commit 4152c94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/JsonHttpNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export class JsonHttpNode implements INodeType {
json: true,
body: { from, args },
timeout: JsonHttpNode.REQUEST_TIMEOUT_MILLIS,
forever: true,
});

if (apiResponse.err) {
Expand Down

0 comments on commit 4152c94

Please sign in to comment.