-
Type:
Bug
-
Resolution: Done
-
Priority:
Critical - P2
-
None
-
Affects Version/s: 2.1.2
-
Component/s: None
-
None
-
Environment:OS X 10.7.4
-
OS X
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
use test2
db.test.ensureIndex(
,
{expireAfterSeconds:1})
db.test.insert(
)
db.test.insert(
)
db.test.insert(
)
I keep seeing them in the collection even after 5 seconds and then suddenly all gone. I don't know if this is expected behavior or if the expireAfterSeconds is supposed to be a hard limit.