diff --git a/lib/index.js b/lib/index.js index b601858..26e1d0b 100755 --- a/lib/index.js +++ b/lib/index.js @@ -20,7 +20,6 @@ internals.defaults = { xforward: false, passThrough: false, redirects: false, - timeout: 1000 * 60 * 3, // Timeout request after 3 minutes localStatePassThrough: false, // Pass cookies defined by the server upstream maxSockets: Infinity, downstreamResponseTime: false diff --git a/package.json b/package.json index 3f16355..45041d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sirensolutions/h2o2", "description": "Fork of proxy handler plugin for hapi.js that adds ability to modify request", - "version": "9.0.2-kibi-2", + "version": "9.0.2-kibi-3", "repository": "git://github.com/sirensolutions/h2o2", "main": "lib/index.js", "engines": {