Description
if you have a capped collection and a cursor scanning it, and more data is being written faster than being read, then the cursor will read 1/x objects where x is how much faster data is being written than read
if you have a capped collection and a cursor scanning it, and more data is being written faster than being read, then the cursor will read 1/x objects where x is how much faster data is being written than read