node-red / node-red-nodes

Extra nodes for Node-RED
Other
994 stars 595 forks source link

No support for passing options in mongdb node #308

Open thobhanifreddy opened 7 years ago

thobhanifreddy commented 7 years ago

I was trying to pass allowDiskUse = true. I asked question on stackoverflow and realised there is no way I pass options.

thobhanifreddy commented 7 years ago

I have edited code enough that allowDiskUse = true works(at least for me). Not sure if I should PR for that!

hardillb commented 7 years ago

If you think it would be useful for others, raise a pull request and we'll have a look at it.

Please also make sure you have read the Contributing.md docuent in the root of this project.

thobhanifreddy commented 7 years ago

I tried adding allowDiskUse option but my PR fails The Travis CI build test. I am not sure what does that mean!