mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Fix test
This commit is contained in:
parent
fc875b0c1d
commit
31fd30d329
@ -87,7 +87,7 @@ test('read huge result', function(done) {
|
||||
if(count%100000 == 0) {
|
||||
console.log(count)
|
||||
}
|
||||
setImmediate(more)
|
||||
setImmediate(read)
|
||||
})
|
||||
}
|
||||
read()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user