Currently, maxTimeMS(0.1) executes without timeout silently as the same as maxTimeMS(0), but it should return error, since 0.1 is an illegal input.
- related to
-
SERVER-2212 Server automatically abort queries/commands after user-specified time limit
- Closed