Skip to content

Commit f96d1e8

Browse files
committed
Remove noDealy
1 parent bf7e6c7 commit f96d1e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/pg/lib/connection.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ var Connection = function (config) {
2121
EventEmitter.call(this)
2222
config = config || {}
2323
this.stream = config.stream || new net.Socket()
24-
this.stream.setNoDelay(true)
2524
this._keepAlive = config.keepAlive
2625
this._keepAliveInitialDelayMillis = config.keepAliveInitialDelayMillis
2726
this.lastBuffer = false

0 commit comments

Comments
 (0)