neumino / rethinkdbdash

An advanced Node.js driver for RethinkDB with a connection pool, support for streams etc.
MIT License
848 stars 109 forks source link

Linked List #373

Closed mxstbr closed 6 years ago

mxstbr commented 6 years ago

This is just a PR of the linkedList branch @neumino created in 2015. We're running into connection errors because each user adds ~4 short-lived changefeeds that we constantly add and remove, and I think we're running out of connections pretty fast.

I'm hoping I can get this branch up-to-date with the latest changes and then trial it in prod. This is based on #135.

mxstbr commented 6 years ago

374