ashleydavis / mongodb-rest

REST Server for MongoDB (using node.js)
GNU Lesser General Public License v3.0
75 stars 34 forks source link

Added connection pooling for mongo to fix issue #3 (too many open connec... #4

Closed rcarmich closed 9 years ago

rcarmich commented 9 years ago

...tions to mongo at once when opening/closing for every call)

rcarmich commented 9 years ago

'npm test' works on my machine. I'm not really familiar with travis to know what went wrong with my pull request.

ashleydavis commented 9 years ago

I've merged your changes. Thanks for contributing and making sure the tests still work. Not sure what was wrong with Travis but it seems ok now.

Your changes have been published to npm as version 0.10.12 and I have listed you as a contributor in package.json.