[16:02:17] <FrozenSolid> if i'm understanding you correctly
[16:02:39] <FrozenSolid> fair warning though lookups can be slow/cpu intensive
[16:05:51] <DrYucatan> In Morphia, if two clients perform a `findAndModify` concurrently on the same document, will the entity returned by the failing findAndModify be `null`, or is there another way for the client to know the result of its attempt at the operation?
[21:57:27] <Toshi> does maxStalenessSeconds have a minimum number? I thought I saw that in the documentation but I can't seem to find it right now
[22:32:53] <mylord> what gives better find time results for id1 users in game? if I use game:{users:[“id1”, “id1”]} or game:{users:{“id1”, “id2}}
[22:33:34] <mylord> ie, is find obj by key/property name much faster than find in array, or same?
[22:57:03] <MacWinner> for some reason my connection timeout configs in mongoose are not taking. I'm seeing conflicting advice. what is the correct parameter? connectionTimeout or connectTimeoutMS ?