|
Hey Ionut,
Thank you for the input and the pull request. As Andrew mentioned, the 26compat branch is meant to mirror the MongoDB client code found in the 2.6.x server and not adding new features unless they are added upstream (in 2.6). We do provide the legacy branch for users who want a similar API with a more up to date feature set but, as workaround (if you must use the 26compat driver and want to take advantage of this MongoDB feature), you can construct a special query using the query modifiers directly by building the query like this (JSON representation):
{ $query: { original query }, $maxTimeMS: <maxTimeMS setting> }
|
Thank you again for both this pull request as well as the other one for the legacy branch and for bringing this to our attention.
|