We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7e6c7 commit f96d1e8Copy full SHA for f96d1e8
packages/pg/lib/connection.js
@@ -21,7 +21,6 @@ var Connection = function (config) {
21
EventEmitter.call(this)
22
config = config || {}
23
this.stream = config.stream || new net.Socket()
24
- this.stream.setNoDelay(true)
25
this._keepAlive = config.keepAlive
26
this._keepAliveInitialDelayMillis = config.keepAliveInitialDelayMillis
27
this.lastBuffer = false
0 commit comments