iriscouch / follow

Very stable, very reliable, NodeJS CouchDB _changes follower
Apache License 2.0
393 stars 82 forks source link

Wrote this using git web edit so it's untested. In 0.6 this will remove ... #7

Closed mikeal closed 12 years ago

mikeal commented 12 years ago

...the http request for follow from the Agent so that long running follow connection don't overload the socket pool in node.

jhs commented 12 years ago

Firstly, I'm impressed you could make sense of that code. Your code is doing that to the request that just pings the db, not the one that hits _changes.

I applied this correction in 92dedde.