Allow to configure `maxTimeMS` for commands executed from Data Explorer
What is the problem that needs to be solved? Allow to configure maxTimeMS
for commands executed from Data Explorer.
Why is it a problem? (the pain) A) Data Explorer cannot work with [views](https://docs.mongodb.com/manual/core/views/index.html) in case if the view is taking >15000 ms to be load. Data Explorer cannot work with [find](https://docs.mongodb.com/manual/reference/command/find/index.html) in case if that find operation is taking >15000 ms to be completed.
