Details
-
Task
-
Resolution: Works as Designed
-
Blocker - P1
-
None
-
2.4.2
-
OS : Windows 7
.Net : 4.6.1
Description
Is there any way to reduce the default command timeout of 30000ms of RunCommand in below code?
var command = new BsonDocument { { "dbstats", 1 } }; |
|
|
var stats = database.RunCommand<BsonDocument>(command);
|
|
|
Console.WriteLine(stats.ToJson()); // do something with the stats |
Thanks in advance.
Irshad.