mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
perf: remove superfluous flush message (#2842)
This commit is contained in:
parent
c7dc7fd93a
commit
406f141a1a
@ -173,7 +173,6 @@ class Connection extends EventEmitter {
|
||||
|
||||
sync() {
|
||||
this._ending = true
|
||||
this._send(flushBuffer)
|
||||
this._send(syncBuffer)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user