marcello3d / node-mongolian

[project inactive] Mongolian DeadBeef is an awesome Mongo DB driver for node.js
https://groups.google.com/group/node-mongolian
zlib License
350 stars 50 forks source link

collection.count() limiting results to 1000 ? #23

Closed qharlie closed 13 years ago

qharlie commented 13 years ago

I have a collection with 5000 rows , but I'ts limiting it to 1000 results ? Is this a mongo limitation, how can I change this ?

marcello3d commented 13 years ago

Can you provide a code sample? There used to be some limit bugs in an early version, but they should have been fixed a while back.

qharlie commented 13 years ago

Argh my bad, I've been testing a bunch of stuff and it must have gotten reset back to 0, it works fine sorry.